duianto
duianto
The `is-nix` function is defined twice in init.org: https://github.com/cbowdon/Config/blob/master/emacs/init.org#helper-functions https://github.com/cbowdon/Config/blob/master/emacs/init.org#helpers
### Description With an active region, and having copied two pieces of text `y`. Pasting `p` and replacing the paste with: `M-y` (`evil-paste-pop`) Results in the highlight remaining visible, and...
The text `(CLICK HERE)` was not clickable.
The following wiki page should probably be removed: https://github.com/cquery-project/cquery/wiki/Getting-started It only shows four letters: `unko` The main repository page shows this text: `>>> Getting started (CLICK HERE)
When `company-mode` is enabled. Typing a semicolon in an empty `ahk-mode` buffer shows: >Company: An error occurred in auto-begin Company: backend company-capf error "Search failed: "\Company: An error occurred in...
### Description: Pressing M-j on a comment line or in a comment block causes issues. ### Reproduction steps: 1. Open a new buffer: `C-x b` `test` `RET` 2. Switch to...
Calling `M-x` `ahk-lookup-web` on for example the word `sleep`, opens the url: http://ahkscript.org/docs/commands/sleep.htm But the page shows: `This site can’t be reached` https://downforeveryoneorjustme.com/ahkscript.org says: >Ahkscript.org Status Is ahkscript.org down right...
>Invalid face reference: aw-key-face [144 times] That message is shown in the messages buffer after these steps: With `avy` installed (no configurations). - Start Emacs - `M-x avy-goto-line` `RET` -...
When teleporting some text, then the minibuffer shows the message `Mark set`. But the messages buffer shows that the killed text was printed as `Killed: ` before `Mark set`. The...
A space is left behind on an empty line after teleporting. ### Steps to reproduce 1. Start Emacs 2. Type: ``` one two three ``` 3. Place the cursor on...