doomemacs/modules/tools
Paul A. Patience 398ee2cd94
fix(magit): evil keybinds for magit-worktree
For some reason, the transient-append-suffix adding magit-worktree back
to magit-dispatch — after its potential replacement by
magit-gitflow-popup — was having no effect. (It does when moved into
(after! magit-gitflow), so the issue must have something to do with when
transient-append-suffix is called.) magit-worktree wasn't appearing in
the magit-dispatch popup when magit-gitflow was enabled, nor was the '*'
keybind for magit-worktree in effect outside (or inside) the popup,
unlike '%' for magit-gitflow-popup.

Replace the ineffectual transient-append-suffix with a normal and visual
mode keybind for magit-worktree in magit-mode-map (and move the
unconditionally defined keybind for magit-gitflow-popup into (after!
magit-gitflow)). Also, append the magit-gitflow-popup transient suffix
to magit-worktree instead of replacing it, so that the latter still
appears in magit-dispatch (though under the original keybind 'Z' — which
isn't really an issue, since evil-collection-magit doesn't seem to
update the keybinds of any of the other commands accessible from
magit-dispatch — but also callable with '*').
2022-10-05 15:16:54 +02:00
..
ansible docs: change link format 2022-10-05 01:01:19 +02:00
biblio docs: change link format 2022-10-05 01:01:19 +02:00
debugger docs: change link format 2022-10-05 01:01:19 +02:00
direnv docs: change link format 2022-10-05 01:01:19 +02:00
docker docs: change link format 2022-10-05 01:01:19 +02:00
editorconfig docs: change link format 2022-10-05 01:01:19 +02:00
ein docs: change link format 2022-10-05 01:01:19 +02:00
eval docs: change link format 2022-10-05 01:01:19 +02:00
gist docs: change link format 2022-10-05 01:01:19 +02:00
lookup docs: change link format 2022-10-05 01:01:19 +02:00
lsp docs: change link format 2022-10-05 01:01:19 +02:00
magit fix(magit): evil keybinds for magit-worktree 2022-10-05 15:16:54 +02:00
make docs: change link format 2022-10-05 01:01:19 +02:00
pass docs: change link format 2022-10-05 01:01:19 +02:00
pdf docs: change link format 2022-10-05 01:01:19 +02:00
prodigy docs: change link format 2022-10-05 01:01:19 +02:00
rgb docs: change link format 2022-10-05 01:01:19 +02:00
taskrunner docs: change link format 2022-10-05 01:01:19 +02:00
terraform docs: change link format 2022-10-05 01:01:19 +02:00
tmux refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
tree-sitter docs: change link format 2022-10-05 01:01:19 +02:00
upload docs: change link format 2022-10-05 01:01:19 +02:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:tools

Description

Modules that integrate external tools into Emacs.

Frequently asked questions

This category has no FAQs yet. Ask one?