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
|
;; Don't pop up error window on native-comp emacs
|
||||||
(defvar native-comp-async-report-warnings-errors 'silent)
|
(defvar native-comp-async-report-warnings-errors 'silent)
|
||||||
|
|
||||||
|
;; disable TRAMP because no
|
||||||
|
(defvar tramp-mode nil)
|
||||||
|
|
||||||
;; Run stuff after opening a new frame
|
;; Run stuff after opening a new frame
|
||||||
;; (setq server-after-make-frame-hook (mitch/graphical-setup))
|
;; (setq server-after-make-frame-hook (mitch/graphical-setup))
|
||||||
;; (setq before-make-frame-hook (mitch/graphical-setup))
|
;; (setq before-make-frame-hook (mitch/graphical-setup))
|
||||||
|
4
init.el
4
init.el
@ -11,7 +11,9 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
;; Speed up loading/finding files
|
;; Speed up loading/finding files
|
||||||
(let
|
(let
|
||||||
((file-name-handler-alist nil))
|
(
|
||||||
|
(file-name-handler-alist nil)
|
||||||
|
)
|
||||||
|
|
||||||
;; Don't set this, fix the actual issue and use a POSIX-ish shell (or CMD):
|
;; Don't set this, fix the actual issue and use a POSIX-ish shell (or CMD):
|
||||||
;; (setq shell-file-name "/bin/sh")
|
;; (setq shell-file-name "/bin/sh")
|
||||||
|
Loading…
Reference in New Issue
Block a user