From b3cdc24a2c8da11cc084cdf1024fd4861edef278 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 30 Oct 2018 15:31:58 +0000 Subject: Fix face mode in the modeline --- emacs/loader.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit