summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2019-06-26 16:45:16 +0100
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2019-06-26 17:19:40 +0100
commit376d253c1fefc7a066051c1f331ae5307d9c4763 (patch)
tree7e4bcc5660d94e72ddb0988bc28fc9d062a50736
parentcall ack (diff)
downloademacs-376d253c1fefc7a066051c1f331ae5307d9c4763.tar.gz
emacs-376d253c1fefc7a066051c1f331ae5307d9c4763.tar.bz2
emacs-376d253c1fefc7a066051c1f331ae5307d9c4763.zip
stuff changed automatically
-rwxr-xr-xinit.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/init.el b/init.el
index 17a74bb..b3ee4d9 100755
--- a/init.el
+++ b/init.el
@@ -1,7 +1,12 @@
-; compatibility with some strange packages that were not updated for emacs 24
+;; 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)
+
(defalias 'make-local-hook 'ignore)
-(add-to-list 'load-path (expand-file-name "~/.emacs-lisp") t) ; my path at the end
+(add-to-list 'load-path (expand-file-name "~/.emacs.d") t) ; my path at the end
(load "/usr/share/emacs/site-lisp/site-gentoo")