summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-07-04 09:58:42 +0200
committerAlan Pearce2017-07-04 09:58:42 +0200
commit46d1b3c01050695d04055490242427e845da4354 (patch)
treee9846e6e1708df8712f6bca17a77333e9913ac96 /emacs
parent1b5b806cc3ed758ff53e38ff0695b824e84d84c3 (diff)
downloaddotfiles-46d1b3c01050695d04055490242427e845da4354.tar.lz
dotfiles-46d1b3c01050695d04055490242427e845da4354.tar.zst
dotfiles-46d1b3c01050695d04055490242427e845da4354.zip
Emacs: Diminish editorconfig mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 406c15f..a3bd64f 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -894,6 +894,7 @@ with spaces.  Perfect!
 
 #+BEGIN_SRC emacs-lisp
 (use-package editorconfig
+  :diminish "EC"
   :config (editorconfig-mode 1))
 #+END_SRC