Move auth-sources & mc/list-files
...to move appropriate locations.
This commit is contained in:
parent
5ad0b749a1
commit
9936532ea3
3 changed files with 7 additions and 5 deletions
|
@ -246,11 +246,13 @@ and `doom-exit-window-hook'."
|
||||||
;; compatibility fallbacks
|
;; compatibility fallbacks
|
||||||
"gnutls-cli -p %p %h"
|
"gnutls-cli -p %p %h"
|
||||||
"openssl s_client -connect %h:%p -no_ssl2 -no_ssl3 -ign_eof")
|
"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
|
;; files
|
||||||
abbrev-file-name (concat doom-local-dir "abbrev.el")
|
abbrev-file-name (concat doom-local-dir "abbrev.el")
|
||||||
auto-save-list-file-name (concat doom-cache-dir "autosave")
|
auto-save-list-file-name (concat doom-cache-dir "autosave")
|
||||||
backup-directory-alist (list (cons "." (concat doom-cache-dir "backup/")))
|
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/")
|
pcache-directory (concat doom-cache-dir "pcache/")
|
||||||
request-storage-directory (concat doom-cache-dir "request")
|
request-storage-directory (concat doom-cache-dir "request")
|
||||||
server-auth-dir (concat doom-cache-dir "server/")
|
server-auth-dir (concat doom-cache-dir "server/")
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
;;; config/default/config.el -*- lexical-binding: t; -*-
|
;;; config/default/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Don't store authinfo in plain text!
|
;;
|
||||||
(setq auth-sources
|
;; Reasonable defaults
|
||||||
(list (expand-file-name "authinfo.gpg" doom-etc-dir)
|
|
||||||
"~/.authinfo.gpg"))
|
|
||||||
|
|
||||||
(after! epa
|
(after! epa
|
||||||
(setq epa-file-encrypt-to
|
(setq epa-file-encrypt-to
|
||||||
|
|
|
@ -55,6 +55,8 @@
|
||||||
(def-package! multiple-cursors
|
(def-package! multiple-cursors
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
|
(setq mc/list-file (concat doom-etc-dir "mc-lists.el"))
|
||||||
|
|
||||||
;; TODO multiple-cursors config for Emacs users?
|
;; TODO multiple-cursors config for Emacs users?
|
||||||
|
|
||||||
;; mc doesn't play well with evil, this attempts to assuage some of its
|
;; mc doesn't play well with evil, this attempts to assuage some of its
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue