fixes #50 - hardcoded el-get-dir issues
This commit is contained in:
parent
8e5022a509
commit
2bd13331bc
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
|
||||
(add-to-list 'load-path (concat prelude-dir "el-get/el-get"))
|
||||
(setq el-get-dir (concat prelude-dir "el-get/"))
|
||||
|
||||
(unless (require 'el-get nil t)
|
||||
(with-current-buffer
|
||||
|
|
Loading…
Reference in a new issue