From 6e9e6d2bcee7a885ba438b2883c71f26533dbc00 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Sep 2020 11:31:05 +0200 Subject: [PATCH] Move definition of lisp-indent-function to Lisp section --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index e187877..efd6a77 100644 --- a/init.el +++ b/init.el @@ -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)