From 0db3129f42a056a488bd0e3874efcfab8465f22a Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 11 Feb 2023 10:35:48 +0100 Subject: [PATCH] set path for authinfo --- config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.org b/config.org index 71124e2..3c9a56e 100644 --- a/config.org +++ b/config.org @@ -231,6 +231,10 @@ 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")))) #+end_src ** sane defaults