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
|
@ -55,8 +55,6 @@
|
||||||
(url-copy-file url filepath 1)))
|
(url-copy-file url filepath 1)))
|
||||||
|
|
||||||
;; meow
|
;; meow
|
||||||
(meow-global-mode)
|
|
||||||
|
|
||||||
(defun meow-mq ()
|
(defun meow-mq ()
|
||||||
"Reformat/reindent."
|
"Reformat/reindent."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
|
@ -51,7 +51,10 @@
|
||||||
(use-package yasnippet-snippets :straight t)
|
(use-package yasnippet-snippets :straight t)
|
||||||
|
|
||||||
;; Syntax checking and editing, and formatting
|
;; 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
|
(use-package flycheck :straight t
|
||||||
:custom
|
:custom
|
||||||
(flycheck-check-syntax-automatically '(save mode-enable))
|
(flycheck-check-syntax-automatically '(save mode-enable))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue