Add apheleia

This commit is contained in:
Tobias Ostner 2024-09-23 10:39:58 +02:00
parent b6d3c50cbc
commit d091ecd866
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,8 @@
(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 autorevert (use-package autorevert
:config :config
(setq auto-revert-check-vc-info t (setq auto-revert-check-vc-info t

View file

@ -67,6 +67,7 @@
builtins.readFile ../config/emacs/lisp/utils.el; builtins.readFile ../config/emacs/lisp/utils.el;
extraPackages = epkgs: (with epkgs; [ extraPackages = epkgs: (with epkgs; [
ace-window ace-window
apheleia
avy avy
cape cape
cider cider