Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
el-get
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benoit Bayol
el-get
Commits
dd99a00a
Commit
dd99a00a
authored
Jun 03, 2012
by
Ryan C. Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better docstring for el-get-recipe-path
parent
8e88f371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
el-get-recipes.el
el-get-recipes.el
+7
-3
No files found.
el-get-recipes.el
View file @
dd99a00a
...
...
@@ -39,9 +39,13 @@
(
defcustom
el-get-recipe-path
(
list
(
concat
(
file-name-directory
el-get-script
)
"recipes"
)
el-get-recipe-path-elpa
el-get-recipe-path-emacswiki
)
"Define where to look for the recipes, that's a list of directories"
el-get-recipe-path-elpa
el-get-recipe-path-emacswiki
)
"List of directories in which to look for el-get recipes.
Directories that contain automatically-generated recipes, such as
`el-get-recipe-path-emacswiki' and `el-get-recipe-path-elpa',
should be placed last in this list."
:group
'el-get
:type
'
(
repeat
(
directory
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment