Jimmy Aguilar Mena
Jimmy Aguilar Mena
This fixes issue #35
Hi: Recent changes in define-obsolete-function-alias requires an extra parameter to indicate the obsoletion time. 
Hi: I see that `which-key--hide-popup` has a condition inside depending on `which-key-persistent-popup`. But `which-key-persistent-popup` is only declared and never used anywhere else... Is there any reason for that? because it...
Hi: I use the command which-key-add-keymap-based-replacements to substitute the +prefix entries when possible. Up to now I have something like `(which-key-add-keymap-based-replacements flyspell-mode-map "C-c f" "flyspell")` but I see that the...
Hi: I am wondering whether is it something available to provide some support for transient-maps. I mean; is it possible to show some hints with which-key when a transient-map is...
Hi: I have been trying the internal emacs vc features today and I can see that which-key is not showing some of the commands like `C-x v =` or `C-x...
Hi I got this error when opening my init file ``` (error "Failed (%s): %s" "status 128" "git --no-pager diff-index --exit-code -U0 -p 4b825...") (vc-do-command " *diff-hl* " 1 "git"...
This is caused because the current implementation of `avy-goto-end-of-line` just calls `avy-goto-line` so `avy-with` receives `avy-goto-line` as command. I just wanted to add this entry to the alist which seems...
Hi: I am trying to use emacs from inside alacritty but I there ase some missing keybinds. For example Control-; only inserts ; Control-? only inserts ? xterm enables this...
## Expected Behaviour Neomutt repeats the last command after any key. ## Actual Behaviour When I do commands like edit mail or send message everything works fine. The problem is...