diff options
author | John Turner <jturner.usa@gmail.com> | 2023-10-23 18:20:24 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-10-23 18:20:24 -0400 |
commit | e6dcfd0f20c6d7dc3c3b911fd1f8621130d95179 (patch) | |
tree | c67f5356dc78a641f444597551571816c4670332 /lisp/packages.el | |
parent | 09fe05176537f871aeb1d65237fe13cd4dc0c0d5 (diff) | |
download | emacs.d-e6dcfd0f20c6d7dc3c3b911fd1f8621130d95179.tar.gz |
remove clang-format library
Diffstat (limited to 'lisp/packages.el')
-rw-r--r-- | lisp/packages.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/packages.el b/lisp/packages.el index 032ed5d..dbc3d8c 100644 --- a/lisp/packages.el +++ b/lisp/packages.el @@ -34,5 +34,3 @@ (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"))) |