-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private Additional Packages possible? #2278
Comments
i think |
That works, but would it make sense for dotspacemacs-additional-packages to also look for packages in private? I'd like to eventually make this available through MELPA (there isn't a good one already out there), but I figured it'd make sense to test it locally first. Sorry if I'm not getting it. I'm pretty new to spacemacs and getting a hang of the emacs ecosystem. |
I'm not exactly certain what you are trying to do, but I suspect That is what I have used when trying out packages/layers I've created myself. See https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org#configuration-layers for more info. |
create a layer and add your package as extension. (extension.el and extension folder). |
A simpler way would be to set the "dont delete orphan packages bool" in ´.spacemacs´and then just install your desired package from paradox. |
@endrebak you can do it already, just define The problem is with custom el packages that you have on disk. |
Thanks, had never used it myself. Now I better understand what it is for. |
It is possible to add additional packages… well, in This issue having been answered, and as there was no activity last 4 months, I'm closing it. Feel free to open a new issue if you have troubles with all this |
@nugend I wasn't really able to get local packages to work, but I did get
|
Use
|
@adamcavendish any documentation on that ? |
I spent forever figuring out how to do this to run some packages from my GH account before they're accepted to MELPA and eventually ended up looking through the spacemacs source to find it. The format is is: |
Hi, I've defined a syntax highlighting package for a language I use. It doesn't need to do anything fancy or have any additional configuration with other modes. My global defaults are perfectly fine with it.
Is there a way to use dotspacemacs-additional-packages to make spacemacs load it up? What I'm trying right now is putting the my-mode.el file into ~/.emacs.d/private and specify dotspacemacs-additional-packages '(my-mode)
That doesn't seem to work. Not quite sure where I'm going wrong.
The text was updated successfully, but these errors were encountered: