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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue