diff --git a/.emacs.d/include/priime-edit.el b/.emacs.d/include/priime-edit.el index 5e83ae5..3851731 100644 --- a/.emacs.d/include/priime-edit.el +++ b/.emacs.d/include/priime-edit.el @@ -159,6 +159,8 @@ (use-package ws-butler :straight t :config (ws-butler-global-mode)) +(use-package avy :straight t + :bind ("C-'" . #'avy-goto-word-0)) (provide 'priime-edit)