Skip to content

Commit c6a19ec

Browse files
committed
Unbind indent-for-tab-comamnd (default binding)
1 parent 8ec2839 commit c6a19ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gnuplot.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,9 @@ non-nil."
357357
(define-key map (kbd "C-M-x") #'gnuplot-send-line-to-gnuplot)
358358
(define-key map "\C-c\C-v" #'gnuplot-send-line-and-forward)
359359
(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)
360+
(define-key map "}" #'gnuplot-electric-insert)
362361
(define-key map "\M-\t" #'completion-at-point)
363362
(define-key map [S-mouse-2] #'gnuplot-gui-set-options-and-insert)
364-
365363
map))
366364

367365
(defvar gnuplot-mode-menu nil)

0 commit comments

Comments
 (0)