diff options
author | jao <jao@gnu.org> | 2025-09-17 21:44:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-17 21:44:51 +0100 |
commit | 98d8a68cd764798d54d1c63c05c9b872a790f0ca (patch) | |
tree | ce0bfafb40d6dbf990227f3e70eaa4efa6c64f1d /attic/elisp | |
parent | 0adb2b31e4a08906888cb10c03769f261cb4a125 (diff) | |
download | elibs-98d8a68cd764798d54d1c63c05c9b872a790f0ca.tar.gz elibs-98d8a68cd764798d54d1c63c05c9b872a790f0ca.tar.bz2 |
wee clean-upsmain
Diffstat (limited to 'attic/elisp')
-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))) |