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>2020-09-28 10:50:11 +0100
commit596b2e5cd467a36627ddc3e24299163787fd7607 (patch)
tree568bbd66cf03c5c71414783d1c47982a6db9f470
parentcall ack (diff)
downloademacs-596b2e5cd467a36627ddc3e24299163787fd7607.tar.gz
emacs-596b2e5cd467a36627ddc3e24299163787fd7607.tar.bz2
emacs-596b2e5cd467a36627ddc3e24299163787fd7607.zip
stuff changed automatically
-rwxr-xr-xinit.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el
index 7b9f210..50ed5d5 100755
--- a/init.el
+++ b/init.el
@@ -1,5 +1,3 @@
-; 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.
@@ -8,7 +6,7 @@
(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")