-
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
Add clojure-semantic support to clojure layer #1977
Comments
I have to work on the merge of extensions and packages first. Then we will be able to add solutions like Quelpa. The first step is something I can start to tackle in 0.104.0. For the current release I want to finisher org migration and the update mechanism of Spacemacs. I'm 60% done with the update, we can already update Spacemacs from the mode-line button. |
@sooheon AFAIK you can now install packages from github, as shown here: https://github.com/syl20bnr/spacemacs/blob/develop/doc/LAYERS.org#packagesel You should be able to include it in the clojure layer |
Thanks @StreakyCobra. Got it working with the following if anyone else is curious, I'll hold off on a PR until there is more actual demand, due to the hacky nature of the file loading currently. in layer-packages:
in init-clojure-semantic declaration:
|
Maybe someone can push upstream to turn it into a MELPA package with a suitable name? |
https://github.com/kototama/clojure-semantic
Currently, the repository doesn't have a MELPA listing, so I'm not sure what the correct way to add it would be. Just bundle it in the layer? Anyway, it's useful if you use something like
lispy
, and its cumbersome to have it sitting somewhere else on your disk and manually load it.The text was updated successfully, but these errors were encountered: