Bind hippie-expand to Command+/ as well
This commit is contained in:
parent
b1caa73aa3
commit
754451a34a
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ Windows external keyboard from time to time."
|
||||||
(message "Command is now bound to SUPER and Option is bound to META."))))
|
(message "Command is now bound to SUPER and Option is bound to META."))))
|
||||||
|
|
||||||
(define-key prelude-mode-map (kbd "C-c w") 'prelude-swap-meta-and-super)
|
(define-key prelude-mode-map (kbd "C-c w") 'prelude-swap-meta-and-super)
|
||||||
|
(define-key prelude-mode-map (kbd "s-/") 'hippie-expand)
|
||||||
|
|
||||||
(menu-bar-mode +1)
|
(menu-bar-mode +1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue