diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-18 15:01:37 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-18 15:01:37 +0100 |
commit | 58df636efdaceed1625e19e5d9b792e6e73e873d (patch) | |
tree | 5bf0e3421d041846b96619564bcb72184f25e5ac /.emacs.d/lisp/init-crux.el | |
parent | 052c4db5f8267a91c4286b8cb0895adddc221836 (diff) | |
download | dotfiles-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.el | 1 |
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 |