Enable apheleia globally

This commit is contained in:
Tobias Ostner 2024-10-09 10:17:28 +02:00
parent a39ca47ccc
commit ca7dbfc279

View file

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