Handle tramp by pretending it doesn't exist

This commit is contained in:
MitchMarq42 2022-08-24 19:11:42 -08:00
parent 87c1f48ba8
commit 759b065dd5
2 changed files with 6 additions and 1 deletions

View File

@ -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))

View File

@ -11,7 +11,9 @@
;;; Code:
;; Speed up loading/finding files
(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):
;; (setq shell-file-name "/bin/sh")