Remove redundant indentation configuration for use-package
Should be done properly by Emacs out of the box.
This commit is contained in:
parent
ec8f980148
commit
620ce06760
3
init.el
3
init.el
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user