X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a9d5edbfc76782e71278ff4f9fdb0ff5c812e0bd..c3351a1cbd6570f858569766d9dfd51d6544be38:/dot/emacs diff --git a/dot/emacs b/dot/emacs index fe7ef11..7f876e7 100644 --- a/dot/emacs +++ b/dot/emacs @@ -46,6 +46,11 @@ ;; 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)