diff options
author | Alan Pearce | 2014-04-26 13:01:10 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-26 13:01:10 +0100 |
commit | 85448cdf0f4b74e2d626b581176988301b9e30e0 (patch) | |
tree | a83b0a6a1169d911801bdd6cab3960643918ea19 /tag-emacs/emacs.d/init.el | |
parent | a5126cbcea58fd3d424605a8256490a1ea263e50 (diff) | |
download | nixfiles-85448cdf0f4b74e2d626b581176988301b9e30e0.tar.lz nixfiles-85448cdf0f4b74e2d626b581176988301b9e30e0.tar.zst nixfiles-85448cdf0f4b74e2d626b581176988301b9e30e0.zip |
Emacs: shorten emacs-lisp-mode in modeline to El
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index c0134ee4..f87aaa2d 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -873,6 +873,7 @@ (set (make-local-variable 'lisp-indent-function) #'common-lisp-indent-function)) +(rename-modeline "lisp-mode" emacs-lisp-mode "El") (add-hook 'emacs-lisp-mode-hook #'ap/lisp-setup) (add-hook 'emacs-lisp-mode-hook #'turn-on-eldoc-mode) |