Clean up tramp histfile
This commit is contained in:
parent
b7a87ddb99
commit
19311193ee
@ -32,6 +32,10 @@
|
|||||||
:custom
|
:custom
|
||||||
(save-place-file
|
(save-place-file
|
||||||
(expand-file-name "file-position-save" backup-directory)))
|
(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.
|
;; Visualize whitespace. In a very chill and invisible way.
|
||||||
(use-package whitespace
|
(use-package whitespace
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
|
Loading…
Reference in New Issue
Block a user