[Emacs] Unset lisp-indent-offset

This commit is contained in:
Ivan Malison 2017-07-26 19:46:36 -07:00
parent 590cae2112
commit f23cbca4c9
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2466,7 +2466,6 @@ 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