Emacs: Move url/cache to Emacs cache

master
Pierre Neidhardt 2018-02-12 12:53:25 +01:00
parent 79df77abcd
commit e4af219369
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
(add-hook 'before-save-hook 'save-place-kill-emacs-hook)
;;; Network files
(setq url-cookie-file (concat emacs-cache-folder "url.cookies"))
(setq url-cookie-file (concat emacs-cache-folder "url.cookies")
url-cache-directory (expand-file-name "url/cache" emacs-cache-folder))
(with-eval-after-load 'nsm
(setq nsm-settings-file (concat emacs-cache-folder "network-security.data")))