1
0
Fork 0

fix(emacs): meow configuration reorg

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-27 18:03:48 -07:00
parent 166c2853e5
commit fc43abed03
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 4 additions and 3 deletions

View file

@ -55,8 +55,6 @@
(url-copy-file url filepath 1)))
;; meow
(meow-global-mode)
(defun meow-mq ()
"Reformat/reindent."
(interactive)

View file

@ -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))