Janfel
Janfel
## Expected Behavior When `markdown-hide-markup` is non-nil, the line that is displayed instead of the `` markup should span across the entire line without wrapping into the next line. This...
When passing a function as the `collection` argument to `all-completions`/`try-completion`/`test-completion`, these functions do not automatically filter the “collection” by `completion-regexp-list`, as they do for all non-function collections. Instead they leave...
Is the form `(+ loop-indentation 9)` on [this line](https://github.com/joaotavora/sly/blob/155cb0655e037477b592f8bde9c80022427293e5/lib/sly-cl-indent.el#L1484) supposed to contain a 9? This causes a simple `loop` to be indented like this, which doesn’t seem right. ```common-lisp (loop...
### Describe the feature The `keys` key in a `packer.use()` declaration should be able to accept mapping definitions like the following, similar to the `:bind` key of `use-package`. ```lua require("packer").startup(function()...
- `nvim --version`: 0.7.0 - `git --version`: 2.36.1 - Operating system/version: Manjaro 21.2.6 Qonos - Terminal name/version: konsole 22.04.1 ### Steps to reproduce 1. Install packer under another name using...
### Describe the feature There has been a feature introduced in #158 that automatically reloads modules providing a `config` or `setup` function. While this is very helpful, it is also...
# Issue type - Question # Environment Emacs version: GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.22, cairo version 1.17.3) of 2020-08-28 Operating System: Manjaro Linux 20.2.1 Nibia Evil...
### The Problem Currently, a bundles metadata (author, license, etc) can only be parsed by loading the bundle and therefore executing it. If a bundle requires a certain dependency, such...
As you can close a buffer from the buffer list with `Ctrl+w`, it would be nice to also be able to save it with `Ctrl+s`. This seems to be a...
It would be nice if one could pipe text into a Howl buffer like this: ```sh echo "foo" | howl echo "foo" | howl --reuse ``` This should open a...