summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-04-26 13:01:10 +0100
committerAlan Pearce2014-04-26 13:01:10 +0100
commit85448cdf0f4b74e2d626b581176988301b9e30e0 (patch)
treea83b0a6a1169d911801bdd6cab3960643918ea19 /tag-emacs
parenta5126cbcea58fd3d424605a8256490a1ea263e50 (diff)
downloaddotfiles-85448cdf0f4b74e2d626b581176988301b9e30e0.tar.lz
dotfiles-85448cdf0f4b74e2d626b581176988301b9e30e0.tar.zst
dotfiles-85448cdf0f4b74e2d626b581176988301b9e30e0.zip
Emacs: shorten emacs-lisp-mode in modeline to El
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index c0134ee..f87aaa2 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)