From 031240776f086a16fef3dcc02a36941ce048b3ef Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 28 May 2021 14:13:14 +0200 Subject: [PATCH] Fix EDITOR variable setting for real this time. --- init.d/basics/global-variables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/basics/global-variables.el b/init.d/basics/global-variables.el index d62c297..3e6455f 100644 --- a/init.d/basics/global-variables.el +++ b/init.d/basics/global-variables.el @@ -66,7 +66,7 @@ If t, run `whitespace-cleanup', `clang-format-buffer' and so on." (use-package with-editor :after (server) - :defer nil + :demand t :config (progn (setenv "EDITOR" (with-editor-locate-emacsclient))))