Introduce key-chord to the default-packages
This commit is contained in:
parent
874ec73947
commit
0339d5a4b3
2 changed files with 8 additions and 1 deletions
|
@ -111,6 +111,13 @@
|
||||||
(global-set-key (kbd "C-c SPC") 'ace-jump-mode)
|
(global-set-key (kbd "C-c SPC") 'ace-jump-mode)
|
||||||
(global-set-key (kbd "C-x SPC") 'ace-jump-mode-pop-mark)
|
(global-set-key (kbd "C-x SPC") 'ace-jump-mode-pop-mark)
|
||||||
|
|
||||||
|
;; key chords
|
||||||
|
(require 'key-chord)
|
||||||
|
|
||||||
|
(key-chord-define-global "jj" 'ace-jump-mode)
|
||||||
|
|
||||||
|
(key-chord-mode +1)
|
||||||
|
|
||||||
(provide 'prelude-global-keybindings)
|
(provide 'prelude-global-keybindings)
|
||||||
|
|
||||||
;;; prelude-global-keybindings.el ends here
|
;;; prelude-global-keybindings.el ends here
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
expand-region flycheck gist
|
expand-region flycheck gist
|
||||||
git-commit-mode gitconfig-mode gitignore-mode
|
git-commit-mode gitconfig-mode gitignore-mode
|
||||||
guru-mode helm helm-projectile
|
guru-mode helm helm-projectile
|
||||||
magit melpa
|
key-chord magit melpa
|
||||||
rainbow-mode solarized-theme undo-tree
|
rainbow-mode solarized-theme undo-tree
|
||||||
volatile-highlights yasnippet zenburn-theme)
|
volatile-highlights yasnippet zenburn-theme)
|
||||||
"A list of packages to ensure are installed at launch.")
|
"A list of packages to ensure are installed at launch.")
|
||||||
|
|
Loading…
Reference in a new issue