pinwheel: Add avy to emacs
This commit is contained in:
@@ -362,6 +362,14 @@ Setup prefix for keybindings.
|
|||||||
:prefix ","
|
:prefix ","
|
||||||
:global-prefix "C-SPC")
|
:global-prefix "C-SPC")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Motion (using Avy)
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package avy)
|
||||||
|
|
||||||
|
(alex/keybindings
|
||||||
|
"m" '(avy-goto-char-timer :which-key "go to character(s)"))
|
||||||
|
#+END_SRC
|
||||||
** Quick buffer save
|
** Quick buffer save
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(alex/keybindings
|
(alex/keybindings
|
||||||
|
|||||||
Reference in New Issue
Block a user