Configure tramp
This commit is contained in:
parent
f96b1992b6
commit
f94af4da93
1 changed files with 7 additions and 0 deletions
|
|
@ -691,6 +691,13 @@
|
||||||
|
|
||||||
(use-package terraform-mode)
|
(use-package terraform-mode)
|
||||||
|
|
||||||
|
(use-package tramp
|
||||||
|
:init
|
||||||
|
(setq
|
||||||
|
tramp-auto-save-directory
|
||||||
|
(expand-file-name "tramp-autosaves" temporary-file-directory)
|
||||||
|
tramp-allow-unsafe-temporary-files t))
|
||||||
|
|
||||||
(use-package treesit-auto
|
(use-package treesit-auto
|
||||||
:custom
|
:custom
|
||||||
(treesit-auto-install 'prompt)
|
(treesit-auto-install 'prompt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue