You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read el-get Info manual, but I could not find a way to specify a recipe to just install a local package, ie just make, install-info etc, without first fetching a repository from git, svn, wiki recipe, etc?
Something like,
(defconst el-get-sources
'((:name my-mode :type local :path "path/to/my-mode")))
Is this possible at all? Where could I more details?
The text was updated successfully, but these errors were encountered:
lispstudent
changed the title
Install-only recipe, based on already fetched code?
Install-only recipe, based on a local-only package?
Nov 7, 2020
I read
el-get
Info manual, but I could not find a way to specify a recipe to just install a local package, ie justmake
,install-info
etc, without first fetching a repository from git, svn, wiki recipe, etc?Something like,
Is this possible at all? Where could I more details?
The text was updated successfully, but these errors were encountered: