mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
cperl-mode-map: Don't bind C-j
* lisp/progmodes/cperl-mode.el (cperl-mode-map): Don't bind C-j. The default global mode bindings will DTRT depending on whether or not electric-indent-mode is on.
This commit is contained in:
parent
9b560a54c3
commit
606e7b73ba
1 changed files with 0 additions and 1 deletions
|
@ -986,7 +986,6 @@ Unless KEEP, removes the old indentation."
|
|||
(define-key map ")" 'cperl-electric-rparen)
|
||||
(define-key map ";" 'cperl-electric-semi)
|
||||
(define-key map ":" 'cperl-electric-terminator)
|
||||
(define-key map "\C-j" 'newline-and-indent)
|
||||
(define-key map "\C-c\C-j" 'cperl-linefeed)
|
||||
(define-key map "\C-c\C-t" 'cperl-invert-if-unless)
|
||||
(define-key map "\C-c\C-a" 'cperl-toggle-auto-newline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue