diff options
author | Alan Pearce | 2017-07-04 09:58:42 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-04 09:58:42 +0200 |
commit | 46d1b3c01050695d04055490242427e845da4354 (patch) | |
tree | e9846e6e1708df8712f6bca17a77333e9913ac96 /emacs | |
parent | 1b5b806cc3ed758ff53e38ff0695b824e84d84c3 (diff) | |
download | dotfiles-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.org | 1 |
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 |