Permalink
master
Commits on Jan 2, 2021
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 1, 2021
-
-
-
[Fix #2953] Don't font-lock function/macro vars as vars (#2959)
It seems for most people the previous setup was a bit confusing, as if you'd disable function font-locking then functions got font-locked as vars. Even if functions are technically vars, most people treat them differently.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Restore a bunch of deprecated aliases
Those seem like something clients could actually be relying on. See clojure-emacs/clj-refactor.el#478
Commits on Dec 30, 2020
Commits on Dec 29, 2020
Commits on Dec 28, 2020
Commits on Dec 27, 2020
Commits on Dec 24, 2020
Commits on Dec 16, 2020
Commits on Dec 15, 2020
Commits on Dec 10, 2020
-
Support watching several shadow-cljs builds (#2940)
Add a cider-shadow-watched-builds customization variable which is the list of builds to watch. If not defined fallback on watching the default build set in cider-shadow-default-options or prompt the user.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 9, 2020
-
-
-
-
[Fix #2942] Fully-qualify the injected nREPL dep
It seems that tools.deps doesn't like implicit dep group ids anymore.
Commits on Nov 25, 2020
Commits on Nov 24, 2020
Commits on Nov 22, 2020
-
Fix format of clojure-cli options because TRAMP
This is /a/ solution for clojure-emacs/clj-refactor.el#445 (comment). I do not know what the cause of this problem is. Perhaps `IFS` is different between cider-jack-in versus directly on the command-line? Perhaps it's because TRAMP uses `/bin/sh` to run remote commands, not `/bin/bash`? I don't know. Given that `,` is whitespace in clojure, this seems like a harmless patch.