branch: elpa/gnuplot
commit c6a19ec1e65f315749efc9f5ad88f0aa9f9bc08d
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Unbind indent-for-tab-comamnd (default binding)
---
 gnuplot.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 9739c1c908..d7e0afa6a7 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -357,11 +357,9 @@ non-nil."
     (define-key map (kbd "C-M-x") #'gnuplot-send-line-to-gnuplot)
     (define-key map "\C-c\C-v"    #'gnuplot-send-line-and-forward)
     (define-key map "\C-c\C-z"    #'gnuplot-customize)
-    (define-key map "\C-i"        #'indent-for-tab-command)
-    (define-key map (kbd "}")     #'gnuplot-electric-insert)
+    (define-key map "}"           #'gnuplot-electric-insert)
     (define-key map "\M-\t"       #'completion-at-point)
     (define-key map [S-mouse-2]   #'gnuplot-gui-set-options-and-insert)
-
     map))
 
 (defvar gnuplot-mode-menu nil)

Reply via email to