mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Tramp for emacs and shell setup for remote servers
This commit is contained in:
parent
3ce67cc188
commit
1600681cfc
3 changed files with 24 additions and 0 deletions
|
@ -1055,3 +1055,13 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
|||
(use-package gdscript-mode
|
||||
:hook (gdscript-mode . lsp-deferred)
|
||||
:ensure t)
|
||||
|
||||
(after! tramp
|
||||
(setq tramp-inline-compress-start-size 1000)
|
||||
(setq tramp-copy-size-limit 10000)
|
||||
(setq vc-handled-backends '(Git))
|
||||
(setq tramp-verbose 1)
|
||||
(setq tramp-default-method "scp")
|
||||
(setq tramp-use-ssh-controlmaster-options nil)
|
||||
(setq projectile--mode-line "Projectile")
|
||||
(setq tramp-verbose 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue