diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-22 10:53:50 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-22 10:53:50 -0500 |
commit | 8500da83650dbc588867e6f8e9bcd9136909c18f (patch) | |
tree | 08a609aaca6cdeff3fbce56651c4bad89d90f602 /.emacs | |
parent | Add dictem module to emacs (diff) |
Keep things in alphabetical order in emacs
Diffstat (limited to '')
-rw-r--r-- | .emacs | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,9 +8,6 @@ (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) @@ -25,6 +22,10 @@ ;;;; DICTEM (require 'dictem) +;;; EasyPG, bunled with emacs for encrypted files +(require 'epa-file) +(epa-file-enable) + ;;;; MAGIT (require 'magit) |