Uniformize major-mode mode-line string

master
Jacopo De Simoi 8 years ago
parent e26fa8125d
commit faa86b41ad
  1. 8
      global.org

@ -193,12 +193,12 @@
(auto-fill-function . "") (auto-fill-function . "")
(global-disable-mouse-mode . "") (global-disable-mouse-mode . "")
;; Major modes ;; Major modes
(lisp-interaction-mode . "λ |") (lisp-interaction-mode . "λ")
(hi-lock-mode . "") (hi-lock-mode . "")
(python-mode . "Py") (python-mode . "Py")
(emacs-lisp-mode . "EL |") (emacs-lisp-mode . "EL")
(org-mode . "Ω |") (org-mode . "Ω")
(org-agenda-mode . "Ω:Agenda |")) (org-agenda-mode . "Ω:Agenda"))
"Alist for `clean-mode-line'. "Alist for `clean-mode-line'.
When you add a new element to the alist, keep in mind that you When you add a new element to the alist, keep in mind that you

Loading…
Cancel
Save