mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 13:11:14 -08:00
(esc-map): Revert j' and C-j' bindings to
indent-new-comment-line from comment-indent-new-line.
This commit is contained in:
parent
6efb29ef80
commit
fedff3c696
1 changed files with 2 additions and 2 deletions
|
|
@ -806,8 +806,8 @@ language you are using."
|
|||
(define-key ctl-x-map "\C-t" 'transpose-lines)
|
||||
|
||||
(define-key esc-map ";" 'comment-dwim)
|
||||
(define-key esc-map "j" 'comment-indent-new-line)
|
||||
(define-key esc-map "\C-j" 'comment-indent-new-line)
|
||||
(define-key esc-map "j" 'indent-new-comment-line)
|
||||
(define-key esc-map "\C-j" 'indent-new-comment-line)
|
||||
(define-key ctl-x-map ";" 'comment-set-column)
|
||||
(define-key ctl-x-map "f" 'set-fill-column)
|
||||
(define-key ctl-x-map "$" 'set-selective-display)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue