Move auth-sources & mc/list-files

...to move appropriate locations.
This commit is contained in:
Henrik Lissner 2018-12-23 23:16:03 -05:00
parent 5ad0b749a1
commit 9936532ea3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 7 additions and 5 deletions

View file

@ -246,11 +246,13 @@ and `doom-exit-window-hook'."
;; compatibility fallbacks
"gnutls-cli -p %p %h"
"openssl s_client -connect %h:%p -no_ssl2 -no_ssl3 -ign_eof")
;; Don't store authinfo in plain text!
auth-sources (list (expand-file-name "authinfo.gpg" doom-etc-dir)
"~/.authinfo.gpg")
;; files
abbrev-file-name (concat doom-local-dir "abbrev.el")
auto-save-list-file-name (concat doom-cache-dir "autosave")
backup-directory-alist (list (cons "." (concat doom-cache-dir "backup/")))
mc/list-file (concat doom-etc-dir "mc-lists.el")
pcache-directory (concat doom-cache-dir "pcache/")
request-storage-directory (concat doom-cache-dir "request")
server-auth-dir (concat doom-cache-dir "server/")

View file

@ -1,9 +1,7 @@
;;; config/default/config.el -*- lexical-binding: t; -*-
;; Don't store authinfo in plain text!
(setq auth-sources
(list (expand-file-name "authinfo.gpg" doom-etc-dir)
"~/.authinfo.gpg"))
;;
;; Reasonable defaults
(after! epa
(setq epa-file-encrypt-to

View file

@ -55,6 +55,8 @@
(def-package! multiple-cursors
:defer t
:config
(setq mc/list-file (concat doom-etc-dir "mc-lists.el"))
;; TODO multiple-cursors config for Emacs users?
;; mc doesn't play well with evil, this attempts to assuage some of its