diff options
author | John Turner <jturner.usa@gmail.com> | 2023-09-25 05:50:16 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-09-25 05:50:16 -0400 |
commit | 09fe05176537f871aeb1d65237fe13cd4dc0c0d5 (patch) | |
tree | f5fae55ffdec3fdc9d11d5f6bf0a0987637a6f4c /lisp/packages.el | |
parent | 4f2985ce0273fab2e7d555430e2dabb4095fb9cd (diff) | |
download | emacs.d-09fe05176537f871aeb1d65237fe13cd4dc0c0d5.tar.gz |
create lisp library clang-format
Diffstat (limited to 'lisp/packages.el')
-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 cf6243a..032ed5d 100644 --- a/lisp/packages.el +++ b/lisp/packages.el @@ -33,3 +33,6 @@ (use-package best-side-window :load-path (lambda () (locate-user-emacs-file "lisp/best-side-window"))) + +(use-package clang-format + :load-path (lambda () (locate-user-emacs-file "lisp/clang-format"))) |