disable tramp on startup (doesn't work 100% though) and enable ido

This commit is contained in:
2023-04-14 17:45:30 +02:00
parent f58aab3c09
commit ac5ef1d51a
2 changed files with 4 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
(setq tramp-default-method "ssh"
tramp-default-user nil
tramp-verbose 9
;;ido-enable-tramp-completion t
ido-enable-tramp-completion t
))
;; see also backup section in system.el

View File

@@ -11,6 +11,9 @@
(setq use-dialog-box nil)
(scroll-bar-mode 0)
;; needs to be disabled to be able to load it from elpa
(setq tramp-mode nil)
;;; ** stay silent on startup
(setq initial-scratch-message "")
(setq inhibit-startup-message t)