about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-30 16:14:59 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-30 16:14:59 +0000
commit3dfd2528e2cc166a6dbd6d612c4af6476cca3862 (patch)
tree652ff1b13f92002b3031fd03d4809701d425feb9 /.emacs.d
parentb531403fee00c50a6db8ae341cfa85e0354cbdb4 (diff)
downloaddotfiles-3dfd2528e2cc166a6dbd6d612c4af6476cca3862.tar.gz
Diminish editorconfig
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-editor.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 9365a01..e238436 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -206,9 +206,9 @@
   ("C-c C-y o" . aya-open-line))
 
 (use-package editorconfig
+  :diminish
   :custom (editorconfig-trim-whitespaces-mode 'ws-butler-mode)
-  :hook
-  (emacs-startup . editorconfig-mode))
+  :hook (emacs-startup . editorconfig-mode))
 
 (provide 'init-editor)
 ;;; init-editor.el ends here