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 8ec2839 commit c6a19ecCopy full SHA for c6a19ec
gnuplot.el
@@ -357,11 +357,9 @@ non-nil."
357
(define-key map (kbd "C-M-x") #'gnuplot-send-line-to-gnuplot)
358
(define-key map "\C-c\C-v" #'gnuplot-send-line-and-forward)
359
(define-key map "\C-c\C-z" #'gnuplot-customize)
360
- (define-key map "\C-i" #'indent-for-tab-command)
361
- (define-key map (kbd "}") #'gnuplot-electric-insert)
+ (define-key map "}" #'gnuplot-electric-insert)
362
(define-key map "\M-\t" #'completion-at-point)
363
(define-key map [S-mouse-2] #'gnuplot-gui-set-options-and-insert)
364
-
365
map))
366
367
(defvar gnuplot-mode-menu nil)
0 commit comments