aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-10-30 15:31:58 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-10-30 15:31:58 +0000
commitb3cdc24a2c8da11cc084cdf1024fd4861edef278 (patch)
tree7f3cea5c3f84901b041eeafb443c254bce8842c4 /emacs
parent4ec378c19de117f15460e8908c2bb09b669f47f8 (diff)
downloaddotfiles-b3cdc24a2c8da11cc084cdf1024fd4861edef278.tar.gz
dotfiles-b3cdc24a2c8da11cc084cdf1024fd4861edef278.zip
Fix face mode in the modeline
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index dba238f..1fc1478 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -157,7 +157,8 @@ be removed if that is ever a problem.
(cond
((string-match "Git[:-]" vc-mode) (-custom-modeline-github-vc))
((string-match "SVN-" vc-mode) (-custom-modeline-svn-vc))
- (t (format "%s" vc-mode))))))
+ (t (format "%s" vc-mode)))))
+ face mode-line)
"Formats the current directory.")
(define-minor-mode minor-mode-blackout-mode