[Emacs] Set lisp-indent-offset to 2
This commit is contained in:
parent
7bbbdf4999
commit
c51aeb2419
@ -2466,6 +2466,7 @@ Reduce indentation for some functions
|
|||||||
(setq indent-tabs-mode nil)
|
(setq indent-tabs-mode nil)
|
||||||
(setq show-trailing-whitespace t)))
|
(setq show-trailing-whitespace t)))
|
||||||
(add-hook 'flycheck-mode-hook 'imalison:maybe-remove-flycheck-checkdoc-checker)
|
(add-hook 'flycheck-mode-hook 'imalison:maybe-remove-flycheck-checkdoc-checker)
|
||||||
|
(setq lisp-indent-offset 2)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** eros
|
**** eros
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user