-
### Confirmation
- [X] I have checked the documentation (README, Wiki, docstrings, etc)
- [ ] I am checking these without reading them.
- [X] I have searched previous issues to see if my question is…
-
Hello,
I'm experiencing some inconsistencies with the "change/surround with function" commands in Evil mode and need help understanding if they’re bugs or intended behavior.
```
async functio…
-
`evil-surround` is only used for changing surrounding delimiters. As the plan is to have the core Symex functionality not rely on Evil, it would be good to eliminate this dependency, as `evil-surround…
-
Hi there,
I'm bringing this issue to your attention that was [reported on the Symex repo](https://github.com/drym-org/symex.el/issues/132), in case you feel a fix is warranted in evil-surround. It ap…
-
Wasn't sure if I should file this issue over at the `evil-surround` repo, but I think this is not an `evil-surround` problem but rather a problem on how I'm trying to advise `evil-delete`.
# Issue …
-
When using evil-lion functions on lisp forms the result always gets
two spaces as indentation regardless. For example `gl` gives this result
(`` refers to the mark and `|` refers to point):
Befor…
-
**steps to reproduce**
1. open emacs and new a buffer
2. input
```
[
blabla
]
```
3. put cursor on `[`
4. type `c s [ (`
**the text becomes**
```
( blabla )
```
**but**
```
…
Zenoe updated
1 month ago
-
Hi,
I am setting my emacs to text-mode for this because I heard there are some issues with other major modes sometimes.
when I have a simple thing like this:
```
(abc)
```
and I put point in…
-
#### Description :octocat:
After updating Spacemacs and my packages November 7th 2024, I haven't been able to use magit at all.
#### Reproduction guide :beetle:
- Start Emacs
- Navigate to a dir…
-
#### Description :octocat:
Recently I opened #16647, which described an issue caused by package updates
affecting magit. Another user experiencing the issue, who did not use the same
work-around as…