summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-10-10 11:31:14 +0100
committerdakkar <dakkar@thenautilus.net>2020-10-10 11:31:14 +0100
commita2abcbc29a452b2bc4391d27378fee3fd605ee07 (patch)
treef024ace37877042f2cc659b7203e02a215604efc
parentput server socket where emacsclient expects it (diff)
downloademacs-a2abcbc29a452b2bc4391d27378fee3fd605ee07.tar.gz
emacs-a2abcbc29a452b2bc4391d27378fee3fd605ee07.tar.bz2
emacs-a2abcbc29a452b2bc4391d27378fee3fd605ee07.zip
move comment
-rwxr-xr-xinit.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index 57d65c4..2e71866 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.
@@ -9,6 +7,9 @@
; put socket in home dir; emacs 27 daemon seems to put it in
; /tmp/emacs$id but emacsclient doesn't look there :/
(setq server-socket-dir (format "/home/%s/.emacs.d" (user-login-name)))
+
+; compatibility with some strange packages that were not updated for emacs 24
+
(defalias 'make-local-hook 'ignore)
(add-to-list 'load-path (expand-file-name "~/.emacs-lisp") t) ; my path at the end