-
# Summary
I have a test script `test.py`:
I want to open this with `C-c C-f` and run the whole script (buffer) in the interactive shell.
When I run the script with `C-c C-c`, the cursor i…
-
The issue reported here...
- https://github.com/emacs-lsp/lsp-mode/issues/4591
...is a regression triggered by a change in r-a. I've bisected it to commit ba1c9146fcca65fa9c40d1e4e73bdcb898a8de46 (…
-
**Describe the bug**
When I try to run `M-x lsp-java-add-import` to import automatically libraries (If I understood correctly), I get an error `Unable to find action`.
I also tried to do `M-x lsp-…
-
Thanks for your emacs extension.
I'm using the latest multi-web-mode for PHP/HTML editing, it can recognise html and php very accurately. However, PHP indentation is incorrect, please see the image:
…
-
Is there a way to have yasnippet's be written to respect current c-style set via `c-set-style`?
-
### Command
generate
### Description
Running `ng generate component users --standalone` generates `users/users.component.{css,html,spec.ts,ts}` files.
For imported or lazy-loaded routes,…
-
Hi,
I find that when I use a grouped backend like `'((company-jedi company-files company-gtags company-etags company-keywords) company-dabbrev)`, the company candidate menu flashes quite often each t…
-
The LSP [spec](https://microsoft.github.io/language-server-protocol/specification) ("Snippet Syntax") says tab stops can optionally have curlies: `tabstop ::= '$' int | '${' int '}'`. Currently ya…
-
Hello,
Is there a Way use the "diminish" order of "use-package" to not show it in the "mode-line"?
I've tried everything I've found and could think off.
My actual config is this.
```
(use-packa…
-
I get different behaviours with the same config on Linux and an M1 Macbook.
I compiled them mostly the same way on both machines by cloning this repo and configuring with
Linux:
`./configure --wi…