[Emacs] Set lisp-indent-offset to 2

This commit is contained in:
Ivan Malison 2017-07-25 11:48:02 -07:00
parent 7bbbdf4999
commit c51aeb2419
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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