faster navigation with avy
This commit is contained in:
parent
43a9c21e13
commit
1706f3941e
1 changed files with 5 additions and 0 deletions
5
init.el
5
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue