Krister
Krister
## Expected behavior Given a region containing the following lines, ```elisp (message "the crux of the matter") (message "hello from the magic tavern") ``` `crux-duplicate-current-line-or-region` yields: ```elisp (message "the crux...
So I wanted to try using `:prefix-map` and `:prefix-command` because it allows using `:prefix-name`. Following the **Creating New Key Definers** section of the README I tried the following: ```elisp (general-create-definer...
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...
This is a minor thing but I switched to the suggested setup (adding `dumb-jump-xref-activate` to the backend functions) and I didn't immediately understand why this didn't work in my Node.js...
The `emacs-lisp-checkdoc` checker no longer recognizes `checkdoc` errors. **Note** that I build Emacs from `master` branch regularly; I don't know if the issue lies with `flycheck` itself or if this...
**Describe the bug** Command `lsp-dart-open-devtools` runs the following: ```elisp (let* ((pub (lsp-dart-pub-command)) (proc (start-process "Start DevTools" lsp-dart-devtools--buffer-name pub "global" "run" "devtools" "--machine" "--enable-notifications" "--try-ports" "10"))) ... ``` The problem seemingly...
Adds a package header and footer so that the mode can also be installed using a MELPA recipe. Using `use-package` and `quelpa`, for example, you can then do this: ```elisp...
Adds override for face `org-block` to avoid a region within the block begin indistinguishable from the block's background. Uses face `base2` for `org-block{-background,-begin-line]}`. Theme `doom-theme-monokai-pro` was not included since it...
I use `fish` shell and noticed that the `dap-java--run-unit-test-command` doesn't work because of it. When I run it in a clean maven project: ```shell mvn -B archetype:generate -DgroupId=com.walheimat.test -DartifactId=wal-test -DarchetypeArtifactId=maven-archetype-quickstart...
Hello. First of all: thanks for the theme, it's very nice. One minor issue I have is that some of the standard faces aren't overridden, most notably `shadow` (see `faces.el`...