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