From f1ea0bfd4a5b5069b67720160c6ae058ef8334b2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 6 Mar 2017 18:49:48 -0500 Subject: [PATCH] Set url-configuration-directory --- core/core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core.el b/core/core.el index 52b5c0682..cc5e2974f 100644 --- a/core/core.el +++ b/core/core.el @@ -75,6 +75,7 @@ line or use --debug-init to enable this.") enable-recursive-minibuffers nil debug-on-error (and (not noninteractive) doom-debug-mode) idle-update-delay 1 ; update ui less often + url-configuration-directory (concat doom-cache-dir "url/") ;; keep the point out of the minibuffer minibuffer-prompt-properties '(read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt) ;; History & backup settings