feat(wpcarro/emacs): Define evil KBDs for refine

I should collect some of these into a evil-collection that I can share with
other evil users like grfn.

Change-Id: I8fa12e08b81b9a4cc1d57da886282c00439cbb41
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5107
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-01-28 23:47:54 -08:00 committed by clbot
parent aa502c3baf
commit 2b460c4cc3

View file

@ -399,5 +399,15 @@
;; Install KBDs like <SPC>jb to search through my monorepo.
(bookmark-install-kbds)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; refine
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(general-define-key
:keymaps '(refine-mode-map)
:states '(normal)
"K" #'refine-delete
"q" #'kill-this-buffer)
(provide 'keybindings)
;;; keybindings.el ends here