Add apheleia
This commit is contained in:
parent
b6d3c50cbc
commit
d091ecd866
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue