about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-17 16:19:02 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-17 16:19:02 +0100
commitd2cb9d11e89b46a966009834672646fcabf0fd6a (patch)
treef2088dec7892bae83635f10b40e35dd6162cbaac /.emacs.d/lisp
parent94de8f8469c7e7ea861e1bfbeeb4e2fca3929e47 (diff)
downloaddotfiles-d2cb9d11e89b46a966009834672646fcabf0fd6a.tar.gz
Diminish ws-butler
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-editor.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 615ec1c..5a19c99 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -169,6 +169,7 @@
   (add-to-list 'xref-prompt-for-identifier 'xref-find-references-other-frame t))
 
 (use-package ws-butler
+  :diminish
   :hook (prog-mode . ws-butler-mode))
 
 (provide 'init-editor)