Move config files to XDG-compatible path

Move config files to XDG-compatible path: `$HOME/.config/emacs`.
This commit is contained in:
finga 2025-03-10 17:45:24 +01:00
parent 05ad81c631
commit 7df5b0e507
19 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,3 @@
(use-package deadgrep
:ensure t
:bind ("M-s d" . deadgrep))