Enable apheleia globally
This commit is contained in:
parent
a39ca47ccc
commit
ca7dbfc279
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,9 @@
|
||||||
(setq aw-keys '(?a ?b ?c ?d ?e ?f ?g ?h ?i ?j)
|
(setq aw-keys '(?a ?b ?c ?d ?e ?f ?g ?h ?i ?j)
|
||||||
aw-dispatch-always nil))
|
aw-dispatch-always nil))
|
||||||
|
|
||||||
(use-package apheleia)
|
(use-package apheleia
|
||||||
|
:config
|
||||||
|
(apheleia-global-mode))
|
||||||
|
|
||||||
(use-package autorevert
|
(use-package autorevert
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue