Rearrange core config, epa & authinfo bits (fix after! error)

This commit is contained in:
Henrik Lissner 2017-12-27 22:48:05 -05:00
parent 538e4c52bd
commit 8b1f8acc0d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 63 additions and 48 deletions

View file

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