home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7a4e54003a66134c843cca371479ceba74f2ac6c
parent 7ebc08ea4fdb9a830ceeb895a47634db4b185c00
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  3 May 2020 13:42:37 +0200

init.el: do not load pinentry

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/init.el | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/tools/emacs/init.el b/tools/emacs/init.el @@ -137,13 +137,6 @@ load-path)) ;; -NoBuiltinOrg -;; PinEntry -(use-package pinentry - :config - (setenv "INSIDE_EMACS" (format "%s,comint" emacs-version)) - (pinentry-start)) -;; -PinEntry - ;; LoadCfgFunc (defun vde/el-load-dir (dir) "Load el files from the given folder"