Browse Source

Ops :-)

custom
Bozhidar Batsov 13 years ago
parent
commit
27e05c2170
  1. 3
      core/prelude-core.el

3
core/prelude-core.el

@ -100,8 +100,7 @@ With a prefix ARG open line above the current line."
(prelude-smart-open-line-above) (prelude-smart-open-line-above)
(progn (progn
(move-end-of-line nil) (move-end-of-line nil)
(newline-and-indent)
(shit))))
(newline-and-indent))))
(defun prelude-top-join-line () (defun prelude-top-join-line ()
"Join the current line with the line beneath it." "Join the current line with the line beneath it."

Loading…
Cancel
Save