From 8500da83650dbc588867e6f8e9bcd9136909c18f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 22 Feb 2013 10:53:50 -0500 Subject: Keep things in alphabetical order in emacs --- .emacs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.emacs b/.emacs index eb3b779..0931548 100644 --- a/.emacs +++ b/.emacs @@ -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) -- cgit v1.2.3