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:10:14 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-17 16:10:14 +0100
commit62fd266d96f56ece35661696e59ce41307c50c3f (patch)
tree8f3004b687913b476aa2730ddef139e8846fd538 /.emacs.d/lisp
parent2759121a1e7e78271d434acdaeacd43472a0b84f (diff)
downloaddotfiles-62fd266d96f56ece35661696e59ce41307c50c3f.tar.gz
Try ws-butler
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-editor.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 0a7d5ee..615ec1c 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -168,5 +168,8 @@
   (add-to-list 'xref-prompt-for-identifier 'xref-find-references-other-window t)
   (add-to-list 'xref-prompt-for-identifier 'xref-find-references-other-frame t))
 
+(use-package ws-butler
+  :hook (prog-mode . ws-butler-mode))
+
 (provide 'init-editor)
 ;;; init-editor.el ends here