Skip to content

Commit

Permalink
chord delay change
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonbiondo committed Aug 17, 2022
1 parent e984bc1 commit a229514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
:ensure t
:config
(progn (key-chord-mode t)
(setq key-chord-two-keys-delay .020
key-chord-one-key-delay .020)))
(setq key-chord-two-keys-delay .030
key-chord-one-key-delay .030)))

(use-package jordon-mode-line
:config (setq-default mode-line-format jordon-mode-line-format))
Expand Down

0 comments on commit a229514

Please sign in to comment.