From 243ef5e3c000d4c4abf318ab79d47f3027b46ae3 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 12 Jan 2016 14:25:44 +0100 Subject: [PATCH] add easyPG support for handling GPG --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b0374fd..fe8486e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -94,6 +94,10 @@ (add-to-list 'load-path "~/.emacs.d/lisp") (setq-default x-stretch-cursor t) +;; easy pg +(require 'epa-file) +(epa-file-enable) + ;; Include other configs ;; calendar-mode (if (file-exists-p "~/.emacs.d/calendar.el")