-
#### Description :octocat:
When executing `completion-at-point` using `helm` in a python inferior REPL, the shell (eg. ipython) gets flooded with autocompletion text when the user types or removes te…
-
For example in projectile package we can setup projectile-keymap-prefix variable. Maybe it a good idea for flycheck too?
-
I've noticed an odd observation where, when I visit a file in a `straight` repo without making any changes the package is rebuilt on the next startup of Emacs. I understood from the [README](https://…
-
# Summary
When I paste Python code to an elpy-enabled buffer, indentation get messed up, due to electric-indent-mode.
Currently when I paste I either suspend emacs, use `cat >> the_file.py`, or …
-
`x = 1`
results in the warning:
> Use
-
Continuing discussion from https://github.com/raxod502/radian/pull/464
`radian/emacs/version.el` was linked properly.
I ran the `straight-thaw-versions` command anyway, restarted, and if I run, …
-
The problems I'd like to solve:
1. Not having python shebang and file template when starting a new file with `.py` extension.
2. Not having proper auto indentation after `class` definition eg
3. …
-
Is it possible at all?
-
## Expected behavior
CIDER and ElDoc play nicely together.
## Actual behavior
![backtrace](https://user-images.githubusercontent.com/8199224/87021987-279d3e00-c1d6-11ea-956c-36c16d2ef293.png)…
-
Flycheck shouldn't run an additional process, but use rls output somehow. I think flymake works that way, but I didn't take a look at it.