|
|
@ -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 |
|
|
|