[Emacs] Set lisp-indent-offset to 2

This commit is contained in:
2017-07-25 11:48:02 -07:00
parent 7bbbdf4999
commit c51aeb2419

View File

@@ -2466,6 +2466,7 @@ Reduce indentation for some functions
(setq indent-tabs-mode nil)
(setq show-trailing-whitespace t)))
(add-hook 'flycheck-mode-hook 'imalison:maybe-remove-flycheck-checkdoc-checker)
(setq lisp-indent-offset 2)
#+END_SRC
**** eros
#+BEGIN_SRC emacs-lisp