Enable fci-mode in emacs-lisp-mode
This commit is contained in:
parent
3358927523
commit
eccd076ed6
1 changed files with 6 additions and 0 deletions
|
@ -30,3 +30,9 @@ Enable namesless mode to help with viewing name-prefixed symbols.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'emacs-lisp-mode-hook 'nameless-mode)
|
(add-hook 'emacs-lisp-mode-hook 'nameless-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Show fill column
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-hook 'emacs-lisp-mode-hook 'fci-mode)
|
||||||
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue