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 ef5bd75 commit 8ec2839Copy full SHA for 8ec2839
gnuplot.el
@@ -344,7 +344,6 @@ non-nil."
344
(defvar gnuplot-mode-map
345
(let ((map (make-sparse-keymap)))
346
(define-key map "\C-c\C-b" #'gnuplot-send-buffer-to-gnuplot)
347
- (define-key map "\C-c\C-c" #'comment-region) ; <RF>
348
(define-key map "\C-c\C-o" #'gnuplot-gui-set-options-and-insert)
349
(define-key map "\C-c\C-e" #'gnuplot-show-comint-buffer)
350
(define-key map "\C-c\C-f" #'gnuplot-send-file-to-gnuplot)
0 commit comments