From b2f1784d023dedd15bf21064ae975aeb7c5bbba5 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 20 Mar 2025 14:58:44 -0400 Subject: [PATCH] fix(emacs): add avy --- .emacs.d/include/priime-edit.el | 2 ++ 1 file changed, 2 insertions(+) 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)