This commit is contained in:
Oliver Payne 2024-03-10 22:46:04 +00:00
parent fea3f1b33f
commit 8abc38ea24
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
(use-package emacs
:init
(setq-default auto-fill-function 'do-auto-fill))
(use-package avy
:bind
(("M-j" . #'avy-goto-char-timer)
:map isearch-mode-map
("M-j" . #'avy-isearch)))
(use-package consult
:ensure t
:bind (;; C-c bindings (mode-specific-map)