From faa86b41add2a8ce0cc1653a0e2b2e5da085714a Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 8 Jun 2018 00:19:25 -0400 Subject: [PATCH] Uniformize major-mode mode-line string --- global.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.org b/global.org index 16fce6a..4f5334b 100644 --- a/global.org +++ b/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