Add key chord for prelude-switch-to-previous-buffer
This commit is contained in:
parent
d392932a4a
commit
2ef43e5fcf
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
(require 'key-chord)
|
||||
|
||||
(key-chord-define-global "jj" 'ace-jump-mode)
|
||||
(key-chord-define-global "JJ" 'prelude-switch-to-previous-buffer)
|
||||
|
||||
(key-chord-mode +1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue