Emacs: Add gnuplot.

This commit is contained in:
tastytea 2020-11-25 02:27:14 +01:00
parent 6c6837ab82
commit 692e4b23f9
1 changed files with 3 additions and 0 deletions

View File

@ -17,5 +17,8 @@
;; :repo "lastquestion/explain-pause-mode")
;; :config (explain-pause-mode t))
(use-package gnuplot
:mode ("\\(\\.gp\\|gnuplot\\)$" . gnuplot-mode))
(provide 'misc/misc)
;;; misc.el ends here