diff options
author | John Turner <jturner.usa@gmail.com> | 2024-02-05 16:01:56 -0500 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2024-02-05 16:01:56 -0500 |
commit | 503d0b38b026daca9003b843aaeaf04fafb35767 (patch) | |
tree | fd90a6885d40470972342c5579417f6768cac812 | |
parent | 7ff7d6570086df681479bfe8b5ad2fc78b4d7c7f (diff) | |
download | emacs.d-503d0b38b026daca9003b843aaeaf04fafb35767.tar.gz |
lisp/packages: add flycheck-nasm to package list
-rw-r--r-- | lisp/packages.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/packages.el b/lisp/packages.el index 69b201f..3a32b2b 100644 --- a/lisp/packages.el +++ b/lisp/packages.el @@ -36,3 +36,6 @@ (use-package fmt :load-path (lambda () (locate-user-emacs-file "lisp/fmt"))) + +(use-package flycheck-nasm + :load-path (lambda () (locate-user-emacs-file "lisp/flycheck-nasm"))) |