mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
disable tramp on startup (doesn't work 100% though) and enable ido
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
(setq tramp-default-method "ssh"
|
(setq tramp-default-method "ssh"
|
||||||
tramp-default-user nil
|
tramp-default-user nil
|
||||||
tramp-verbose 9
|
tramp-verbose 9
|
||||||
;;ido-enable-tramp-completion t
|
ido-enable-tramp-completion t
|
||||||
))
|
))
|
||||||
|
|
||||||
;; see also backup section in system.el
|
;; see also backup section in system.el
|
||||||
|
|||||||
3
init.el
3
init.el
@@ -11,6 +11,9 @@
|
|||||||
(setq use-dialog-box nil)
|
(setq use-dialog-box nil)
|
||||||
(scroll-bar-mode 0)
|
(scroll-bar-mode 0)
|
||||||
|
|
||||||
|
;; needs to be disabled to be able to load it from elpa
|
||||||
|
(setq tramp-mode nil)
|
||||||
|
|
||||||
;;; ** stay silent on startup
|
;;; ** stay silent on startup
|
||||||
(setq initial-scratch-message "")
|
(setq initial-scratch-message "")
|
||||||
(setq inhibit-startup-message t)
|
(setq inhibit-startup-message t)
|
||||||
|
|||||||
Reference in New Issue
Block a user