Skip to content

Commit 8317867

Browse files
committed
Remove newline-and-indent binding (Fix #85)
1 parent ce75ac3 commit 8317867

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gnuplot.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ non-nil."
390390
(define-key map "\C-c\C-v" #'gnuplot-send-line-and-forward)
391391
(define-key map "\C-c\C-z" #'gnuplot-customize)
392392
(define-key map "\C-i" #'indent-for-tab-command)
393-
(define-key map "\C-m" #'newline-and-indent)
394393
(define-key map (kbd "}") #'gnuplot-electric-insert)
395394
(define-key map "\M-\r" #'completion-at-point)
396395
(define-key map "\M-\t" #'completion-at-point)

0 commit comments

Comments
 (0)