Enable nameless mode for Emacs lisp files
This commit is contained in:
parent
e3ce510987
commit
d2d929fc11
1 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,9 @@ Enable flycheck mode to help me avoid errors.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
|
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Enable namesless mode to help with viewing name-prefixed symbols.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-hook 'emacs-lisp-mode-hook 'nameless-mode)
|
||||||
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue