-
It would be really useful to export or provide clojure-lsp information via API/CLI, with that any tool could benefit from clojure-lsp information like project clj-kondo analysis, classpath/source-path…
-
Original Author: @shelby3
Original URL: https://github.com/keean/zenscript/issues/35#issue-243345358
Original Date: July 17, 2017
---
|
----- | -----
![](https://upload.wikimedia.org/wik…
-
Warning `M-3 is undefined`, while other config is just fine.
```emacs-lisp
(use-package lsp-bridge
:after (yasnippet)
;; :bind
:hook (prog-mode . lsp-bridge-mode)
:config
(keymap-se…
-
### I have done the following steps before reporting this issue:
- [X] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
Archlinux
### Term…
-
**version**
Calva version used: v2.0.321
clojure-lsp version used: 2022.11.03-00.16.44-nightly
clj-kondo version used: 2022.11.02
**platform**
Whatever Calva uses, I think native-image?
…
-
#### Description :octocat:
The package `aggressive-indent` is failing to install on every start of Emacs.
#### Reproduction guide :beetle:
- Start Emacs
*Observed behaviour:* :eyes: :broken_he…
-
Hey!
I do have no idea if this is due to my setup or this plugin.
Anyway, can't seem to use it, well, actually, the preview doesn't work, it gives "Illegal flag 's'" ...
![screenie](https://i.i…
-
# Bug Report
## Describe the Bug
The bump action takes more than 2 hours to complete on clojure-lsp repo, [example](https://github.com/clojure-lsp/clojure-lsp/actions/runs/3075253466/jobs/496851…
-
`emacs-29` branch has been cut last week.
The issue serves as a reminder that the current `json-rpc` branch is built on top of `emacs-28`, to track rebase on `emacs-29`, and to remind myself to try…
-
Expected:
* Running inline-symbol on a symbol in a `let`, which is the only binding in the `let`, removes the `let`.
Actual:
* When I run inline-symbol and the symbol is from the only binding…