fix(emacs): add format-all
and ws-butler
packages
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
73f9cce197
commit
1255888582
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
(use-package yasnippet :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 flycheck :straight t
|
||||
:custom
|
||||
|
@ -63,6 +63,9 @@
|
|||
(undo-tree-auto-save-history nil)
|
||||
:config
|
||||
(global-undo-tree-mode))
|
||||
(use-package format-all :straight t)
|
||||
(use-package ws-butler :straight t
|
||||
:hook (prog-mode . ws-butler-mode))
|
||||
|
||||
;; Convenience
|
||||
(use-package projectile :straight t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue