no littering (there is still littering)

This commit is contained in:
MitchMarq42 2023-12-13 19:19:52 -09:00
parent 386a598c15
commit 2a9ba13596

View File

@ -20,6 +20,8 @@
(global-prettify-symbols-mode 1)
(auto-insert-mode))
(use-package no-littering) ;a good start, but we need more
(use-package epg
:elpaca nil
:after tramp
@ -33,8 +35,9 @@
(use-package savehist
:elpaca nil
:init (savehist-mode)
:custom (savehist-file
(expand-file-name "minibuffer-history" backup-directory)))
;; :custom (savehist-file ; taken care of by `no-littering'
;; (expand-file-name "minibuffer-history" backup-directory))
)
;; save place in all files
(use-package saveplace