Clean up tramp histfile

This commit is contained in:
MitchMarq42 2022-09-24 19:02:11 -08:00
parent b7a87ddb99
commit 19311193ee

View File

@ -32,6 +32,10 @@
:custom
(save-place-file
(expand-file-name "file-position-save" backup-directory)))
(use-package tramp
:straight (:type built-in)
:custom (tramp-persistency-file-name
(expand-file-name "tramp-history" backup-directory)))
;; Visualize whitespace. In a very chill and invisible way.
(use-package whitespace
:straight (:type built-in)