From 7432569cd47609eaf623ec994c57efaf58df8373 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 11 Feb 2023 11:01:01 +0100 Subject: [PATCH] fixed authinfo paths --- config.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index 22bead7..f7a1fe7 100644 --- a/config.org +++ b/config.org @@ -235,10 +235,9 @@ Restore it to reasonable value after init. Also stop garbage collection during m (setq custom-file (concat MY--PATH_USER_LOCAL "custom.el")) ;; don't spam init.e with saved customization settings (setq backup-directory-alist `((".*" . ,temporary-file-directory))) (setq auto-save-file-name-transforms `((".*" ,temporary-file-directory))) -(when *sys/linux* - (customize-set-variable 'auth-sources (list (concat MY--PATH_USER_LOCAL "authinfo") - (concat MY--PATH_USER_LOCAL "authinfo.gpg") - (concat MY--PATH_USER_LOCAL "netrc")))) +(customize-set-variable 'auth-sources (list (concat MY--PATH_USER_LOCAL "authinfo") + (concat MY--PATH_USER_LOCAL "authinfo.gpg") + (concat MY--PATH_USER_LOCAL "netrc"))) #+end_src ** sane defaults