This commit is contained in:
Tobias Ostner 2023-02-25 09:14:48 +01:00
parent d3f90ae8bb
commit 20173b00a7

View file

@ -44,7 +44,8 @@
(use-package avy
:bind
("M-j" . 'avy-goto-char-timer))
(("C-." . avy-goto-char-timer)
("C-:" . avy-goto-char)))
(use-package cider
:defer t)