Skip to content

Commit

Permalink
Tell `el-get-load-package-user-init-file' about PACKAGE being as symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Sep 22, 2011
1 parent 2dc060f commit dc164b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion el-get-recipes.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
and to be found in `el-get-user-package-directory'. Do nothing
when this custom is nil."
(when el-get-user-package-directory
(let* ((init-file-name (concat "init-" package ".el"))
(let* ((init-file-name (format "init-%s.el" package))
(package-init-file
(expand-file-name init-file-name el-get-user-package-directory)))
(el-get-verbose-message "el-get: load %S" package-init-file)
Expand Down

0 comments on commit dc164b9

Please sign in to comment.