Move smex save file to private directory

This commit is contained in:
Daniel - 2023-10-01 17:41:09 +02:00
parent aa4ac442a0
commit cb66fb4976
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -32,7 +32,6 @@
/helm-adaptive-history /helm-adaptive-history
/url/ /url/
/mastodon.plstore /mastodon.plstore
/smex-items
/games/bubbles-default-2-10-10-scores /games/bubbles-default-2-10-10-scores
/games/tetris-scores /games/tetris-scores
/mthesaur.txt.cache /mthesaur.txt.cache

View File

@ -2303,6 +2303,9 @@ point to the beginning of buffer first."
counsel-recentf counsel-recentf
counsel-shell-history)) counsel-shell-history))
(use-package smex
:init (setq smex-save-file (expand-file-name "private/smex-items" emacs-d)))
(use-package swiper (use-package swiper
:ensure t :ensure t
:commands (swiper :commands (swiper