Remove redundant indentation configuration for use-package

Should be done properly by Emacs out of the box.
This commit is contained in:
Daniel Borchmann 2025-03-29 15:13:39 +01:00
parent ec8f980148
commit 620ce06760
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -72,9 +72,6 @@
(add-to-list 'package-pinned-packages '(use-package . "melpa-stable")) (add-to-list 'package-pinned-packages '(use-package . "melpa-stable"))
(add-to-list 'package-pinned-packages '(bind-key . "melpa-stable")) (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 ;; * Personal Customization Variables