about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-crux.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-crux.el b/.emacs.d/lisp/init-crux.el
index f7e8de8..5c3b0cc 100644
--- a/.emacs.d/lisp/init-crux.el
+++ b/.emacs.d/lisp/init-crux.el
@@ -3,6 +3,7 @@
 ;;; Code:
 
 (use-package crux
+  :after key-chord
   :config
   (key-chord-define-global "JJ" 'crux-switch-to-previous-buffer)
   :bind