Comment out loopback mode for epg-pinentry, it does not seem to work properly

This commit is contained in:
Mateus Pinto Rodrigues
2019-10-26 17:29:31 -03:00
parent 2be4c2a04a
commit ef189ee446

View File

@@ -8,7 +8,7 @@
(setq current-language-environment "UTF-8")
;; Handle pinentry in minibuffer if called from emacs
(setq epg-pinentry-mode "loopback")
;;(setq epg-pinentry-mode "loopback")
;; Always do syntax highlighting
(global-font-lock-mode 1)