From 32d86197f611efc99f7312c6b3935d4dbea4ce4d Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Wed, 10 Apr 2024 09:24:56 +0200 Subject: [PATCH] Narrow down avy keybindings --- .emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bb68757..702673d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -50,9 +50,7 @@ (use-package avy :bind - (("C-." . avy-goto-char-timer) - ("C-:" . avy-goto-char) - ("M-g f" . avy-goto-line))) + ("C-." . avy-goto-char-timer)) (use-package cape :init