summaryrefslogtreecommitdiffhomepage
path: root/attic/elisp
diff options
context:
space:
mode:
Diffstat (limited to 'attic/elisp')
-rw-r--r--attic/elisp/misc.el7
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)))