dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5dc1d1c41f7d343e855dc12eb76dc1075a5355d4
parent b70fd431e55db6d4e7bb2baca1039b59825c9323
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri, 17 May 2024 17:34:05 +0200

emacs: avy settings

Diffstat:
Memacs/config.org | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1241,6 +1241,8 @@ This lets me jump to any position in Emacs rather quickly, sometimes it's useful #+begin_src emacs-lisp (use-package avy + :custom + (avy-single-candidate-jump nil "Often I want to perform an action, never jump automatically") :bind (("C-:" . avy-goto-char-timer))) #+end_src