Skip to content

Commit

Permalink
Unset key-chord that interferes with clj-prefixed words
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaathalye committed Nov 9, 2023
1 parent cf95fce commit d217259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ and for auto-saves we can restore from.")
(setq key-chord-safety-interval-backward 0.5) ; default 0.1 is too close to key delays
(setq key-chord-safety-interval-forward 0) ; default 0.35 causes laggy experience

(key-chord-unset-global "lj") ; we often want to type clj
(key-chord-define-global "jj" 'avy-goto-word-1)
(key-chord-define-global "jl" 'avy-goto-line)
(key-chord-define-global "jk" 'avy-goto-char)
Expand Down

0 comments on commit d217259

Please sign in to comment.