Add gnuplot package

This commit is contained in:
Marcus Kammer 2024-03-14 13:26:25 +01:00
parent 4ac7f5571d
commit ac88286caf

View file

@ -368,3 +368,6 @@
:config
(when (eq system-type 'windows-nt)
(setq gptel-use-curl t)))
(use-package gnuplot
:defer t)