Commit 348a799ab96c
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2385,32 +2385,36 @@
#+BEGIN_SRC emacs-lisp
;; FIXME handle this with provided configuration
(defvar mode-line-cleaner-alist
- `((auto-complete-mode . " α")
- (yas-minor-mode . " γ")
- (paredit-mode . " Φ")
- (eldoc-mode . "")
- (abbrev-mode . "")
- (undo-tree-mode . " τ")
- (volatile-highlights-mode . " υ")
- (elisp-slime-nav-mode . " δ")
- (nrepl-mode . " ηζ")
- (nrepl-interaction-mode . " ηζ")
- (cider-mode . " ηζ")
- (cider-interaction . " ηζ")
- (undo-tree-mode . "")
- (projectile-mode . "")
- (helm-mode . "")
+ `((auto-complete-mode . " α")
+ (yas-minor-mode . " γ")
+ (paredit-mode . " Φ")
+ (eldoc-mode . "")
+ (abbrev-mode . "")
+ (undo-tree-mode . " τ")
+ (volatile-highlights-mode . " υ")
+ (elisp-slime-nav-mode . " δ")
+ (nrepl-mode . " ηζ")
+ (nrepl-interaction-mode . " ηζ")
+ (cider-mode . " ηζ")
+ (cider-interaction . " ηζ")
+ (highlight-parentheses-mode . "")
+ (highlight-symbol-mode . "")
+ (undo-tree-mode . "")
+ (projectile-mode . "")
+ (helm-mode . "")
+ (ace-window-mode . "")
+ (magit-auto-revert-mode . "")
;; Major modes
- (clojure-mode . "λ")
- (hi-lock-mode . "")
- (python-mode . "Py")
- (emacs-lisp-mode . "EL")
- (markdown-mode . "md")
- (magit . "ma")
- (haskell-mode . "ha")
- (tuareg-mode . "ml")
- (flymake-mode . "fm")
- (flycheck-mode . "fc"))
+ (clojure-mode . "λ")
+ (hi-lock-mode . "")
+ (python-mode . "Py")
+ (emacs-lisp-mode . "EL")
+ (markdown-mode . "md")
+ (magit . "ma")
+ (haskell-mode . "ha")
+ (tuareg-mode . "ml")
+ (flymake-mode . "fm")
+ (flycheck-mode . "fc"))
"Alist for `clean-mode-line'.
When you add a new element to the alist, keep in mind that you