dot/emacs: Include the turd created by Emacs's ELPA package system.
[profile] / dot / emacs
index fe7ef11..7f876e7 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 ;; Load some other bits of code.
 
+;; Magic to make ELPA packages work.
+(trap
+(package-initialize)
+)
+
 (maybe-autoload 'cc-mode "cc-mode" nil t)
 (maybe-autoload 'rexx-mode "rexx-mode" nil t)
 (maybe-autoload 'cvs-update "pcl-cvs" nil t)