diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |