diff options
Diffstat (limited to 'attic/elisp/misc.el')
-rw-r--r-- | attic/elisp/misc.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index b43b3ae..558202e 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -1040,3 +1040,10 @@ (("<f5>" . doric-themes-toggle) ("C-<f5>" . doric-themes-select) ("M-<f5>" . doric-themes-rotate))) + +;;; gnuplot +(use-package gnuplot + :disabled t + :ensure t + :commands (gnuplot-mode gnuplot-make-buffer) + :init (add-to-list 'auto-mode-alist '("\\.gp$" . gnuplot-mode))) |