about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-crux.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:01:37 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:01:37 +0100
commit58df636efdaceed1625e19e5d9b792e6e73e873d (patch)
tree5bf0e3421d041846b96619564bcb72184f25e5ac /.emacs.d/lisp/init-crux.el
parent052c4db5f8267a91c4286b8cb0895adddc221836 (diff)
downloaddotfiles-58df636efdaceed1625e19e5d9b792e6e73e873d.tar.gz
Make crux load after key-chord to prevent missing bindings
Diffstat (limited to '.emacs.d/lisp/init-crux.el')
-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