Files
dtos-dotfiles/.emacs.d/modules/lang/org/doctor.el
2019-12-16 20:21:19 -06:00

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")))