Skip to content

Commit

Permalink
Change function name to crux (bbatsov#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
wscisme authored and pletcher committed Jun 2, 2016
1 parent f0628cf commit 985f0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prelude-key-chord.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(key-chord-define-global "jj" 'avy-goto-word-1)
(key-chord-define-global "jl" 'avy-goto-line)
(key-chord-define-global "jk" 'avy-goto-char)
(key-chord-define-global "JJ" 'prelude-switch-to-previous-buffer)
(key-chord-define-global "JJ" 'crux-switch-to-previous-buffer)
(key-chord-define-global "uu" 'undo-tree-visualize)
(key-chord-define-global "xx" 'execute-extended-command)
(key-chord-define-global "yy" 'browse-kill-ring)
Expand Down

0 comments on commit 985f0ae

Please sign in to comment.