diff --git a/modules/lang/org/doctor.el b/modules/lang/org/doctor.el new file mode 100644 index 000000000..d5fc85e20 --- /dev/null +++ b/modules/lang/org/doctor.el @@ -0,0 +1,6 @@ +;; -*- lexical-binding: t; no-byte-compile: t; -*- +;;; lang/org/doctor.el + +(when (featurep! +gnuplot) + (unless (executable-find "gnuplot") + (warn! "Couldn't find gnuplot. org-plot/gnuplot will not work")))