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 . "")
(global-disable-mouse-mode . "")
;; Major modes
(lisp-interaction-mode . "λ |")
(lisp-interaction-mode . "λ")
(hi-lock-mode . "")
(python-mode . "Py")
(emacs-lisp-mode . "EL |")
(org-mode . "Ω |")
(org-agenda-mode . "Ω:Agenda |"))
(emacs-lisp-mode . "EL")
(org-mode . "Ω")
(org-agenda-mode . "Ω:Agenda"))
"Alist for `clean-mode-line'.
When you add a new element to the alist, keep in mind that you

Loading…
Cancel
Save