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:
parent
e855d140bd
commit
8df073a1e0
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -33,6 +33,7 @@ let
|
|||
]) ++
|
||||
|
||||
(with epkgs.melpaPackages; [
|
||||
avy
|
||||
org-bullets
|
||||
sly
|
||||
notmuch
|
||||
|
|
Loading…
Reference in a new issue