Try ws-butler

This commit is contained in:
David Morgan 2022-10-17 16:10:14 +01:00
parent 2759121a1e
commit 62fd266d96
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 0 deletions

View File

@ -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