aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-03 19:46:51 -0500
committerJesús <heckyel@hyperbola.info>2019-03-03 19:46:51 -0500
commit6457d54ec74f54b331039ccb2949ba13dbe87706 (patch)
treee3ce63a214cc9289e2b0869fc80da967da0d91b8 /init.el
parentee86ebea76af981a1ab5f2c8f4f31a520479d8fb (diff)
downloademacs-personal-6457d54ec74f54b331039ccb2949ba13dbe87706.tar.lz
emacs-personal-6457d54ec74f54b331039ccb2949ba13dbe87706.tar.xz
emacs-personal-6457d54ec74f54b331039ccb2949ba13dbe87706.zip
Do not hard-code ~/emacs.d
Instead, use user-emacs-directory
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index ebdf1fa..834472f 100644
--- a/init.el
+++ b/init.el
@@ -10,7 +10,7 @@
(error "This is made form Emacs >=24"))
(defconst emacs-start-time (current-time))
-(add-to-list 'load-path (expand-file-name "~/.emacs.d/modules/" user-emacs-directory))
+(add-to-list 'load-path (concat user-emacs-directory "modules"))
;;; Raise garbage collection threshold after init
(add-hook 'after-init-hook