This commit is contained in:
Daniel Ziltener 2023-11-21 16:54:41 +01:00
parent fd200e395c
commit 31a971e344
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,7 @@
tree-sitter-langs tree-sitter-langs
vertico vertico
websocket websocket
wgrep
which-key which-key
]; ];
}; };

View File

@ -212,6 +212,10 @@
:hook :hook
(embark-collect-mode . consult-preview-at-point-mode)) (embark-collect-mode . consult-preview-at-point-mode))
(use-package wgrep
:config
(setq wgrep-auto-save-buffer t))
(use-package vertico (use-package vertico
:commands :commands
vertico-mode vertico-mode