Move definition of lisp-indent-function to Lisp section

This commit is contained in:
Daniel - 2020-09-12 11:31:05 +02:00
parent 053c3350e9
commit 6e9e6d2bce
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 2 deletions

View File

@ -444,8 +444,6 @@
(setq tramp-save-ad-hoc-proxies t)
(setq lisp-indent-function #'lisp-indent-function)
(setq custom-theme-directory (expand-file-name "themes/" emacs-d))
;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html
@ -2416,6 +2414,9 @@ With given ARG, display files in `db/important-document-path."
;; General Stuff first
(use-package lisp-mode
:init (setq lisp-indent-function #'lisp-indent-function))
(use-package lispy
:ensure t
:commands (lispy-mode)