-
Hi.
I'm using lispyville with Doom Emacs. I know lispy, and I'm not sure what's the intended behavior for certain keys:
### Splice
```
(foo bar)
```
In lispy-mode, `/` would call `lispy-sp…
-
While i edit a rspec file (ruby test), my emacs get super slow and on *Messages* i had this:
```
error in process filter: erm-filter: Selecting deleted buffer
error in process filter: Selecting d…
-
I['m entirely out of my depth here, as I have only the most minimal understanding of tree-sitter and the approach you're taking here. But I wonder if you could add some issues to track (even aspiratio…
-
I only have `format` in my `init.el`, but Elixir code always gets auto-formatted on save. It works correctly with Javascript, so I assume that something is wrong with elixir-mode specifically.
`doo…
-
When using the input box of doom Emacs, such problems sometimes arise. How can I solve them?
![photo_2020-01-07_13-34-21.jpg](https://img04.sogoucdn.com/app/a/100520146/8170fce3528c14b94896398188d5…
178me updated
3 years ago
-
Consider:
```
#lang racket
y
(define y 1)
```
This program outputs `'undefined5` via `racket-run`. In DrRacket and `racket`, it produces the expected error:
```
y: undefined;
cannot …
-
I love the ideas in Carp. I love that it is focusing on a simple and clear syntax, has no GC, compiles transparently to C, and embraces macros and dynamic functions. In fact, I love these principles s…
-
I expected to enter magit rebase mode.
It entered fundamental mode instead.
## Steps to reproduce:
1. magit-status
2. `r i`
3. select some commit with ctrl + c
4. Meta+x git-rebase-mode
…
-
I think it's important to discuss the bookmark format at an early stage.
1. A binary format is probably not a good idea. It's not versionable and you are going to lose a huge user base who likes t…
-
**What did you expect to happen?**
Cancel current operation
**What actually happened?**
Exit key (C-g) is invalid
**Additional details:**
- I don't know where the specific problem occurred. …