-
### What did you expect to happen?
While editing Python code, the completions with more relevance should have higher priority. That means, when I type _ab_, candidates which **start with** _ab_ sho…
-
# Summary
elpy-check works but I don't get the squiggly lines under errors... it used to work; not sure what's changed.
# Steps to reproduce
Load a python file. Make bad edit & save
# My confi…
-
#### Description :octocat:
On Spacemacs stable, since a few weeks, upgrading yasnippet gives on each reboot a warning such as
[yas] Check your `yas-snippet-dirs': /Users/pgiarrusso/.emacs.d/…
-
I'm writing R in spacemacs
Every time when my cursor go into print('cursor slow here'), my spacemacs freeze for a few second and become very laggy in print function
Can anyone help here
Thanks
-
### Info:
- OS: deepin linux 15.7
- Emacs: 27.0.5 from git source
### The config file .spacemacs and .emacs.d are working well in my another laptop(Ubuntu18.04) , and I copied them to deepin dire…
-
![20220520171345-convert](https://user-images.githubusercontent.com/17965049/169496572-1a5d71cd-e00c-48a3-a9f6-94729757fcf2.gif)
直接敲 make 会被自动补全成 makemak
-
### What did you expect to happen?
After executing `(doom/restart-and-restore)`, Emacs will be restarted and the previous session restored.
### What actually happened?
Emacs restarts, but session i…
-
When I' auto completing variables instead of adding:
> **randomVariable**
It will add:
> **randomVariable : int**
This happens for anything I try to auto complete.
For example if i try …
-
**Describe the feature**
Right now smartparens' post-handlers are used to expand
```
{|}
```
into
```
{
|
}
```
However, that doesn't work with existing parens (not the ones you _just_ ty…
-
The README for this package suggests binding `//` to an empty fraction snippet but that won't work with the current implementation because it interferes with the `/` snippet. I'd suggest allowing the …