Browse Source

Fix command name

custom
Bozhidar Batsov 13 years ago
parent
commit
44851ad5d5
  1. 2
      core/prelude-mode.el

2
core/prelude-mode.el

@ -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…
Cancel
Save