scicloj / clay.el

Emacs bindings for the Clojure Clay tool
GNU General Public License v3.0
10 stars 2 forks source link

Doesn't seem to work with Spacemacs #1

Closed dmg46664 closed 9 months ago

dmg46664 commented 10 months ago

So...

(use-package clay
  :straight (clay ...

Doesn't work with Spacemacs, which won't support the straight.el.

So instead tried

dotspacemacs-additional-packages '(
                                      (clay :location (recipe
                                                       :fetcher github
                                                       :repo "scicloj/clay.el"))
                                      )

Which seems to load in *Message*

(Spacemacs) --> installing package: clay@dotfile... [1/1]
Fetcher: github
Source: scicloj/clay.el

Cloning https://github.com/scicloj/clay.el.git to /Users/dmg46664/.emacs.d/.cache/quelpa/build/clay/
Saving file /Users/dmg46664/.emacs.d/quelpa/packages/clay-20231218.210724.el...
Wrote /Users/dmg46664/.emacs.d/quelpa/packages/clay-20231218.210724.el
Wrote /Users/dmg46664/.emacs.d/quelpa/packages/clay-readme.txt
  INFO     Scraping files for clay-autoloads.el... 
Generating autoloads for clay.el...done
  INFO     Scraping files for clay-autoloads.el...done
Wrote /Users/dmg46664/.emacs.d/elpa/develop/clay-20231218.210724/clay-autoloads.el [2 times]
Checking /Users/dmg46664/.emacs.d/elpa/develop/clay-20231218.210724... [3 times]
Compiling /Users/dmg46664/.emacs.d/elpa/develop/clay-20231218.210724/clay.el...done
Wrote /Users/dmg46664/.emacs.d/elpa/develop/clay-20231218.210724/clay.elc
Checking /Users/dmg46664/.emacs.d/elpa/develop/clay-20231218.210724...
Done (Total of 1 file compiled, 2 skipped)

but doesn't yield any results when loaded

image

That's all the time I have to try it at the moment.

daslu commented 10 months ago

Thanks, @dmg46664, that is very helpful.

daslu commented 9 months ago

The solution will probably be adding this package to MELPA.

Discussed here: https://github.com/melpa/melpa/pull/8880

daslu commented 9 months ago

The package is now in MELPA: https://melpa.org/#/clay

daslu commented 9 months ago

(updated the installation instructions on the README)