Make crux load after key-chord to prevent missing bindings

This commit is contained in:
David Morgan 2021-08-18 15:01:37 +01:00
parent 052c4db5f8
commit 58df636efd
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
;;; Code:
(use-package crux
:after key-chord
:config
(key-chord-define-global "JJ" 'crux-switch-to-previous-buffer)
:bind