1
0
Fork 0

fix(emacs): add keybind for formatting

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-05-16 15:27:50 -07:00
parent ef6fa3e980
commit bd5c5f789a
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -63,7 +63,8 @@
(undo-tree-auto-save-history nil)
:config
(global-undo-tree-mode))
(use-package format-all :straight t)
(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))