Skip to content

Commit

Permalink
Add bindings for avy
Browse files Browse the repository at this point in the history
  • Loading branch information
d4ncer committed Nov 30, 2018
1 parent 3bd1ec7 commit 99d152a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/rk-basic-settings.el
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,13 @@ Optional arg JUSTIFY will justify comments and strings."
(require 'info+))
(setq Info-fontify-angle-bracketed-flag nil)))

(use-package avy
:straight t
:general
("C-; c" #'avy-goto-char
"C-; w" #'avy-goto-word-1
"C-; l" #'avy-goto-line))

(use-package world-time-mode
:straight t
:defer t
Expand Down

0 comments on commit 99d152a

Please sign in to comment.