diff options
author | Alan Pearce | 2018-07-21 13:37:31 +0200 |
---|---|---|
committer | Alan Pearce | 2018-07-21 13:37:31 +0200 |
commit | 1b937705295af740287fee6624955c6157cc1f4f (patch) | |
tree | c4afdbc026e2ce70fedb4b7d85af22e36f71eb48 | |
parent | 946d2c2901b669a8b24f23d379e2d412e3171087 (diff) | |
download | nixfiles-1b937705295af740287fee6624955c6157cc1f4f.tar.lz nixfiles-1b937705295af740287fee6624955c6157cc1f4f.tar.zst nixfiles-1b937705295af740287fee6624955c6157cc1f4f.zip |
Emacs: don't require pinentry
Removed in version 26 and doesn't currently appear to be necessary anyway
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 0bb2e82c..c02ddc66 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1301,8 +1301,6 @@ With two prefix arguments, write out the day and month name." ;;;;; Auxillary Configuration -(require 'pinentry) - (defvar have-private-key (file-exists-p (expand-file-name "secring.gpg" "~/.gnupg/"))) |