Merge pull request #1953 from darth10/develop
lang/org/doctor: warn if gnuplot is not installed
This commit is contained in:
commit
eb2a67d05f
1 changed files with 6 additions and 0 deletions
6
modules/lang/org/doctor.el
Normal file
6
modules/lang/org/doctor.el
Normal file
|
@ -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")))
|
Loading…
Add table
Add a link
Reference in a new issue