From c62a4a3e8ae9eb2c6169ed5c76f88a29b21a0d32 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 1 Nov 2023 16:05:25 +0100 Subject: [PATCH] pinwheel: Add `avy` to `emacs` --- hosts/pinwheel/modules/emacs/config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index c8cee04..05133d3 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -362,6 +362,14 @@ Setup prefix for keybindings. :prefix "," :global-prefix "C-SPC") #+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 #+BEGIN_SRC emacs-lisp (alex/keybindings