Rearrange core config, epa & authinfo bits (fix after! error)
This commit is contained in:
parent
538e4c52bd
commit
8b1f8acc0d
3 changed files with 63 additions and 48 deletions
|
@ -1,8 +1,23 @@
|
|||
;;; private/default/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
;;
|
||||
|
||||
(def-package! emacs-snippets :after yasnippet)
|
||||
|
||||
|
||||
;;
|
||||
;; Config
|
||||
;;
|
||||
|
||||
(after! epa
|
||||
(setq epa-file-encrypt-to (or epa-file-encrypt-to user-mail-address)
|
||||
;; With GPG 2.1, this forces gpg-agent to use the Emacs minibuffer to
|
||||
;; prompt for the key passphrase.
|
||||
epa-pinentry-mode 'loopback))
|
||||
|
||||
|
||||
;;
|
||||
;; Custom Ex-commands for `evil-mode'
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue