add easyPG support for handling GPG

This commit is contained in:
finga 2016-01-12 14:25:44 +01:00
parent 44b17acafe
commit 243ef5e3c0

View file

@ -94,6 +94,10 @@
(add-to-list 'load-path "~/.emacs.d/lisp") (add-to-list 'load-path "~/.emacs.d/lisp")
(setq-default x-stretch-cursor t) (setq-default x-stretch-cursor t)
;; easy pg
(require 'epa-file)
(epa-file-enable)
;; Include other configs ;; Include other configs
;; calendar-mode ;; calendar-mode
(if (file-exists-p "~/.emacs.d/calendar.el") (if (file-exists-p "~/.emacs.d/calendar.el")