diff --git a/init.el b/init.el index 3145a4c..dda2f73 100644 --- a/init.el +++ b/init.el @@ -154,6 +154,11 @@ (counsel-mode 1) (diminish 'counsel-mode) +;; navigation with avy +(use-package avy + :straight t + :bind ("M-s" . avy-goto-word-1)) + ;; completion by default - welcome to 2020 (straight-use-package 'company) (straight-use-package 'company-auctex)