feat(wpcarro/emacs): support avy

Trying out this workflow for awhile to see if I save some keystrokes.

Change-Id: I28532be04b1de971559c8df5a3717facbdfc4f00
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5278
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-02-13 11:04:54 -08:00 committed by clbot
parent e855d140bd
commit 8df073a1e0
2 changed files with 8 additions and 0 deletions

View file

@ -49,6 +49,7 @@
(require 'evil-surround)
(require 'key-chord)
(require 'edebug)
(require 'avy)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; General Keybindings
@ -409,5 +410,11 @@
"K" #'refine-delete
"q" #'kill-this-buffer)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; avy
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(global-set-key (kbd "C-;") #'avy-goto-char)
(provide 'keybindings)
;;; keybindings.el ends here

View file

@ -33,6 +33,7 @@ let
]) ++
(with epkgs.melpaPackages; [
avy
org-bullets
sly
notmuch