We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce75ac3 commit 8317867Copy full SHA for 8317867
gnuplot.el
@@ -390,7 +390,6 @@ non-nil."
390
(define-key map "\C-c\C-v" #'gnuplot-send-line-and-forward)
391
(define-key map "\C-c\C-z" #'gnuplot-customize)
392
(define-key map "\C-i" #'indent-for-tab-command)
393
- (define-key map "\C-m" #'newline-and-indent)
394
(define-key map (kbd "}") #'gnuplot-electric-insert)
395
(define-key map "\M-\r" #'completion-at-point)
396
(define-key map "\M-\t" #'completion-at-point)
0 commit comments