Fix file-handlers for daemon sessions
This commit is contained in:
parent
8892be8372
commit
f92f4aab97
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue