]> jturnerusa.dev Git - emacs.d/commitdiff
add use-package for wgetpaste.el
authorJohn Turner <jturner.usa@gmail.com>
Sat, 12 Jul 2025 17:13:46 +0000 (13:13 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Sat, 12 Jul 2025 17:13:46 +0000 (13:13 -0400)
lisp/packages.el

index 3a32b2b5959997f39636e0df73cb66165a5eb8b1..a43c42c1cd71371d3ce7c1b20e333f8923c5e57b 100644 (file)
@@ -39,3 +39,6 @@
 
 (use-package flycheck-nasm
   :load-path (lambda () (locate-user-emacs-file "lisp/flycheck-nasm")))
+
+(use-package wgetpaste
+  :load-path (lambda () (locate-user-emacs-file "lisp/wgetpaste")))