From 98d8a68cd764798d54d1c63c05c9b872a790f0ca Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 17 Sep 2025 21:44:51 +0100 Subject: wee clean-ups --- attic/elisp/misc.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'attic/elisp/misc.el') 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 @@ (("" . doric-themes-toggle) ("C-" . doric-themes-select) ("M-" . 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))) -- cgit v1.2.3