-
### 使用的 Butterfly 版本? | What version of Butterfly are you use?
4.9.0
### 是否修改过主题文件? || Has the theme files been modified?
否 (No)
### 使用的瀏覽器? || What browse are you using?
Chrome
### …
-
### Observed behavior
With the following org file:
``` org
#+name: test
#+BEGIN_SRC emacs-lisp
"foo"
#+END_SRC
#+call: test()
```
when putting the cursor on the last line and doing `C-c C…
-
Opening a new frame though emacsclient (e.g. though `emacsclient -nc .` or `emacsclient -nc ~/.emacs.d/init.el`) always opens doom-dashboard, even when trying to edit a file. This happens because [`+d…
-
### Observed behavior
`:vs` and `:sp` do not move to the new window after split, when used with a file argument.
### Expected behavior
`:vs` and `:sp` move to the new window after split. As m…
-
The new popups system is working really well in most cases and am really excited about how easy it is to customise. Thanks for all the work on this!
I have been having one issue with it however whe…
-
### Observed behavior
Best way to show it is with a screencast:
[![magit](https://thumbs.gfycat.com/DependentImprobableHedgehog-size_restricted.gif)](https://gfycat.com/DependentImprobableHedgeh…
-
### Observed behavior
Given an ordered list on org:
**scenario 1**
```
1. Item one
2. Item 2 **
```
(** represents my cursor position)
when I press `M-RET`, I see this:
```
1. Item one…
-
### Observed behavior
When entering org-mode capture via SPC - X am unable to delete any previous input when in vim INSERT mode. Any backspace results with an error: _Wrong type argument: arrayp, n…
-
Hey again,
### Observed behavior
So, I just pulled in 76f09b077bafce364d7e17e7e09bbc8c55badff5, and I'm seeing the following issues after a fresh `make install`:
![](https://i.imgur.com/RgBKP…
-
Hello.
Website have 30 pages and 50 components.
Changing something in the component recompiles for a long time up to 3 minutes. Can you tell me how to incrementally build pug files and components? …