1
0
Fork 0

fix(emacs): add format-all and ws-butler packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-05-11 22:41:28 -07:00
parent 73f9cce197
commit 1255888582
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -48,7 +48,7 @@
(use-package yasnippet :straight t) (use-package yasnippet :straight t)
(use-package yasnippet-snippets :straight t) (use-package yasnippet-snippets :straight t)
;; Syntax checking and editing ;; Syntax checking and editing, and formatting
(use-package meow :straight t) (use-package meow :straight t)
(use-package flycheck :straight t (use-package flycheck :straight t
:custom :custom
@ -63,6 +63,9 @@
(undo-tree-auto-save-history nil) (undo-tree-auto-save-history nil)
:config :config
(global-undo-tree-mode)) (global-undo-tree-mode))
(use-package format-all :straight t)
(use-package ws-butler :straight t
:hook (prog-mode . ws-butler-mode))
;; Convenience ;; Convenience
(use-package projectile :straight t) (use-package projectile :straight t)