Change function name to crux (#992)
This commit is contained in:
parent
0447086cc2
commit
61dfff4b9e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
(key-chord-define-global "jj" 'avy-goto-word-1)
|
(key-chord-define-global "jj" 'avy-goto-word-1)
|
||||||
(key-chord-define-global "jl" 'avy-goto-line)
|
(key-chord-define-global "jl" 'avy-goto-line)
|
||||||
(key-chord-define-global "jk" 'avy-goto-char)
|
(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 "uu" 'undo-tree-visualize)
|
||||||
(key-chord-define-global "xx" 'execute-extended-command)
|
(key-chord-define-global "xx" 'execute-extended-command)
|
||||||
(key-chord-define-global "yy" 'browse-kill-ring)
|
(key-chord-define-global "yy" 'browse-kill-ring)
|
||||||
|
|
Loading…
Reference in a new issue