X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=blobdiff_plain;f=dot-files%2F_emacs_el;h=d10f81dfb5c9944e85072c6ee09f6464fa9cd808;hp=8da20ab99d3383a1f6bcf4014332644533604529;hb=4bdb1b28518dd14560d09e7e7e222fc9e8ea5848;hpb=ba3b44b5a3e1f1f775b99130246c5754dfd1fd54 diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 8da20ab..d10f81d 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -1,5 +1,11 @@ ;; -*- Mode: emacs-lisp; Coding: utf-8 -*- +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(package-initialize) + ;; Load paths ----------------------------------------------------------------- (add-to-list 'load-path (expand-file-name "~/.elisp")) (add-to-list 'load-path "/usr/local/share/emacs/site-lisp")