summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 968f940..adc7254 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1481,6 +1481,8 @@ from myaethon2.core.decorators import (
(setq-default ispell-program-name "hunspell")
(setq ispell-really-hunspell t))
+(pinentry-start)
+
;;;; End
(provide 'init)