mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Fix file-handlers for daemon sessions
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
;; path/io functions. You get a minor speed up by nooping this. However, this
|
;; path/io functions. You get a minor speed up by nooping this. However, this
|
||||||
;; may cause problems on builds of Emacs where its site lisp files aren't
|
;; may cause problems on builds of Emacs where its site lisp files aren't
|
||||||
;; byte-compiled and we're forced to load the *.el.gz files (e.g. on Alpine)
|
;; byte-compiled and we're forced to load the *.el.gz files (e.g. on Alpine)
|
||||||
(unless noninteractive
|
(unless (or noninteractive (daemonp))
|
||||||
(defvar doom--initial-file-name-handler-alist file-name-handler-alist)
|
(defvar doom--initial-file-name-handler-alist file-name-handler-alist)
|
||||||
|
|
||||||
(setq file-name-handler-alist nil)
|
(setq file-name-handler-alist nil)
|
||||||
|
Reference in New Issue
Block a user