We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8dea7 commit 5d8f06aCopy full SHA for 5d8f06a
1 file changed
gnuplot.el
@@ -1889,7 +1889,9 @@ following in your .emacs file:
1889
(gnuplot-show-comint-buffer))
1890
1891
;;;###autoload
1892
-(add-to-list 'auto-mode-alist '("\\.gp\\'" . gnuplot-mode))
+(progn
1893
+ (add-to-list 'auto-mode-alist '("\\.gp\\'" . gnuplot-mode))
1894
+ (add-to-list 'interpreter-mode-alist '("gnuplot" . gnuplot-mode)))
1895
1896
(provide 'gnuplot)
1897
;;; gnuplot.el ends here
0 commit comments