mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 05:50:47 -05:00
Added tramp-mode
This commit is contained in:
parent
36dc2b8139
commit
2a38cc3ed5
1 changed files with 5 additions and 1 deletions
|
@ -186,8 +186,12 @@
|
|||
:init
|
||||
(savehist-mode))
|
||||
|
||||
;; Completion with vertico/consult
|
||||
;; SSH
|
||||
(use-package tramp
|
||||
:config
|
||||
(setq tramp-default-method "ssh"))
|
||||
|
||||
;; Completion with vertico/consult
|
||||
(use-package vertico
|
||||
:init
|
||||
(vertico-mode)
|
||||
|
|
Loading…
Reference in a new issue