diff options
author | Alan Pearce | 2014-04-26 12:47:23 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-26 12:51:03 +0100 |
commit | d7a6317804a6445846ea15d886161b593d7da94a (patch) | |
tree | 6aaee737955e012ff9322ee1161fc526ca3c72be | |
parent | 384cc3e80cd25156335cb4fa6f51507688a0b27b (diff) | |
download | nixfiles-d7a6317804a6445846ea15d886161b593d7da94a.tar.lz nixfiles-d7a6317804a6445846ea15d886161b593d7da94a.tar.zst nixfiles-d7a6317804a6445846ea15d886161b593d7da94a.zip |
Emacs: use unicode tick for flycheck-mode
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index ad86cb29..c693a47b 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -655,6 +655,7 @@ (global-semantic-decoration-mode t))) (req-package flycheck + :diminish (global-flycheck-mode . " ✓") :init (global-flycheck-mode)) ;;;; Projects |