From 14b036f9c5510bbdb0bafe64f0b9c823fa6ddb38 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 20 Mar 2025 14:58:27 -0400 Subject: [PATCH] fix(emacs): use `ws-butler-global-mode` --- .emacs.d/include/priime-edit.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/include/priime-edit.el b/.emacs.d/include/priime-edit.el index 576ae62..5e83ae5 100644 --- a/.emacs.d/include/priime-edit.el +++ b/.emacs.d/include/priime-edit.el @@ -157,7 +157,8 @@ (use-package format-all :straight t :bind ("C-c f" . format-all-region-or-buffer)) (use-package ws-butler :straight t - :hook (prog-mode . ws-butler-mode)) + :config + (ws-butler-global-mode)) (provide 'priime-edit)