all repos — nixfiles @ 85448cdf0f4b74e2d626b581176988301b9e30e0

System and user configuration, managed by nix and home-manager

Emacs: shorten emacs-lisp-mode in modeline to El

Alan Pearce
commit

85448cdf0f4b74e2d626b581176988301b9e30e0

parent

a5126cbcea58fd3d424605a8256490a1ea263e50

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -873,6 +873,7 @@ (defun set-common-lisp-indentation ()
(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)