mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
7 lines
210 B
EmacsLisp
7 lines
210 B
EmacsLisp
;; -*- 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")))
|