Fix use-package indentation also for common-lisp-indent-function

This commit is contained in:
Daniel Borchmann 2023-10-14 21:55:54 +02:00
parent 71e89d2976
commit eb8e696374
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -74,6 +74,7 @@
(add-to-list 'package-pinned-packages '(bind-key . "melpa-stable"))
(put 'use-package 'lisp-indent-function 1)
(put 'use-package 'common-lisp-indent-function 1)
;; * Personal Customization Variables