Handle tramp by pretending it doesn't exist
This commit is contained in:
parent
87c1f48ba8
commit
759b065dd5
@ -35,6 +35,9 @@ instead of the banal
|
||||
;; Don't pop up error window on native-comp emacs
|
||||
(defvar native-comp-async-report-warnings-errors 'silent)
|
||||
|
||||
;; disable TRAMP because no
|
||||
(defvar tramp-mode nil)
|
||||
|
||||
;; Run stuff after opening a new frame
|
||||
;; (setq server-after-make-frame-hook (mitch/graphical-setup))
|
||||
;; (setq before-make-frame-hook (mitch/graphical-setup))
|
||||
|
Loading…
Reference in New Issue
Block a user