From 0be956e0e62928877dabdda45925ff42cbfbd5fb Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 12 Feb 2024 17:24:04 +0100 Subject: Emacs: avy: Configure key bindings for Bone layout --- dot.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index b232d3a..0e0087b 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -137,7 +137,8 @@ (use-package avy :bind (("C-." . avy-goto-char-timer) ("C-:" . avy-goto-char-2) - ("C-," . avy-goto-line))) + ("C-," . avy-goto-line)) + :custom (avy-keys '(?c ?t ?i ?e ?n ?r ?s ?g))) (use-package helm :defer nil -- cgit v1.2.3