From a4beaf014024ae19e0dfb06fb93bda4ed992b86f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 22 Feb 2013 10:46:08 -0500 Subject: Enable easy-pg, bundled by default with emacs --- .emacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs b/.emacs index 66691f1..f11fd55 100644 --- a/.emacs +++ b/.emacs @@ -7,6 +7,9 @@ (add-to-list 'load-path "~/.emacs.d/proofgeneral/") (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/vm") +(require 'epa-file) +(epa-file-enable) + ;;;; AUTO COMPLETE (require 'auto-complete-config) (ac-config-default) -- cgit v1.2.3