diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-22 10:46:08 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-22 10:46:08 -0500 |
commit | a4beaf014024ae19e0dfb06fb93bda4ed992b86f (patch) | |
tree | 128927639fe33e5304cc4eafe894800d37ff2110 | |
parent | Forgot to add popup to load-path (diff) |
Enable easy-pg, bundled by default with emacs
-rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |