faster navigation with avy

This commit is contained in:
Grigory Shipunov 2020-12-06 13:46:32 +01:00
parent 43a9c21e13
commit 1706f3941e
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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)