Fork me on GitHub
#emacs
<
2020-01-16
>
yuhan10:01:21

hmm, does anyone else on the latest clojure-mode get a font lock bug with the following:

;; #_ #_
foo bar
where foo is wrongly given the commented face

yuhan10:01:41

I can't reproduce it with buttercup + make test

mhcat14:01:01

can't repro on a recent build of emacs master @qythium

flefik14:01:59

Hey, I’m using quelpa to fetch a package from a github repo. Like so: (recipe :fetcher github :repo "foo/bar") However the *.el files aren’t actually in the root of this repo, but in a subfolder. How can I pass an argument to the github fetcher to direct it where to look for the files?

ag18:01:20

maybe try :path key ?

practicalli-johnny21:01:32

It's :file if it's the same as melpa, which it probably is. See my answer in #spacemacs

flefik21:01:43

thanks :file did the trick