-
# Summary
elpy modifies modeline. Setting variable `(setq elpy-remove-modeline-lighter nil)` does not help.
# Steps to reproduce
So basically I have two ways of reproducing the issue:
1) Con…
ngleb updated
4 years ago
-
# Summary
`pyenv-*` commands are not available in a fresh elpy install
# Steps to reproduce
- `M-x package install RET elpy`
- `M-x pyenv-...` doesn't offer anything to autocomplete, typing …
-
After recently updating counsel-etags, I'm now seeing this a lot:
`ctags: cannot open list file "--exclude=*/.git/*" : No such file or directory`
with this in \*Messages\* buffer:
```
comman…
-
**Warning**: this may be a problem unrelated to ESS (but I don't know if the issue is due to `lintr`, flycheck or ESS).
Since the last update of `lintr` package (2.0.1) in February, flycheck does n…
-
**What did you expect to happen?**
pdf-tools to be working
**What actually happened?**
after opening a pdf, first page was displayed correctly but control keys doesn't work
**Additional de…
-
Attempted to hut a bug on my init.el file but somehow the package tries to do something with a directory called `~/emacsd` instead of `~/.emacs.d`; something is magically deleting the dots...
Here …
-
I think it would be more appropriate to use `eglot-ensure` here to activate eglot in the `org-edit-special` buffer, since the `eglot` command really wants to be called interactively, and actually requ…
tviti updated
4 years ago
-
As far as I can tell Elpy only checks syntax when a file is saved (the doc is consistent with that, saying: _Whenever you save a file, Elpy will run a syntax check and highlight possible errors or war…
-
go version: go1.14.2 linux/amd64
gopls v0.4.0
emacs: 26.3
Directory structure:
-------------------------
goTutorials
|__go.mod
|__go.sum
|__ knapsackProblem
|__victoriaDev
|__mai…
-
Lately I've been encountering too many crashes on Emacs 28.0.50 on macOS so I reverted back to the stable version 26.3
However, lsp-mode seems to "not be supported" in Emacs 26.3? If I invoke "lsp"…