fix(emacs): meow configuration reorg
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
166c2853e5
commit
fc43abed03
2 changed files with 4 additions and 3 deletions
|
@ -51,7 +51,10 @@
|
|||
(use-package yasnippet-snippets :straight t)
|
||||
|
||||
;; Syntax checking and editing, and formatting
|
||||
(use-package meow :straight t)
|
||||
(use-package meow :straight t
|
||||
:init
|
||||
(meow-global-mode)
|
||||
(meow-setup-indicator))
|
||||
(use-package flycheck :straight t
|
||||
:custom
|
||||
(flycheck-check-syntax-automatically '(save mode-enable))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue