Fix command name
This commit is contained in:
parent
dd329a53f7
commit
44851ad5d5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
(define-key map [?\s-j] 'prelude-top-join-line)
|
(define-key map [?\s-j] 'prelude-top-join-line)
|
||||||
(define-key map [?\s-k] 'prelude-kill-whole-line)
|
(define-key map [?\s-k] 'prelude-kill-whole-line)
|
||||||
(define-key map [?\s-m] 'magit-status)
|
(define-key map [?\s-m] 'magit-status)
|
||||||
(define-key map [?\s-o] 'prelude-open-line-above)
|
(define-key map [?\s-o] 'prelude-smart-open-line-above)
|
||||||
|
|
||||||
map)
|
map)
|
||||||
"Keymap for Prelude mode.")
|
"Keymap for Prelude mode.")
|
||||||
|
|
Loading…
Reference in a new issue