[ELisp] Use standard ‘lisp-indent-function’ for indenting

This commit is contained in:
Daniel - 2017-12-15 21:45:12 +01:00
parent 43d575ce6a
commit 076095b7e7
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
(package-install package))
(require package))
(put 'use-package 'common-lisp-indent-function 1)
(put 'use-package 'lisp-indent-function 1)
(setq use-package-verbose t
use-package-minimum-reported-time 0.01)
@ -465,7 +465,7 @@ _h_ _l_ _o_k _y_ank
(setq reb-re-syntax 'string)
(setq lisp-indent-function 'common-lisp-indent-function)
(setq lisp-indent-function #'lisp-indent-function)
(setq custom-theme-directory (expand-file-name "themes/" emacs-d))