aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-02-12 17:24:04 +0100
committerThomas Schneider <qsx@chaotikum.eu>2024-02-12 17:24:04 +0100
commit0be956e0e62928877dabdda45925ff42cbfbd5fb (patch)
tree3c33458fa650ea942defc68bf6b2655848968e9d /dot.emacs.d
parent29f36095cf8cc39854949b3c00f3575fcb3e05e9 (diff)
Emacs: avy: Configure key bindings for Bone layout
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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