Add grip-mode for live GF markdown previews

This commit is contained in:
Akhil Wali 2019-10-19 09:41:08 +13:00
parent e1d86f3046
commit ed71b9fa43
4 changed files with 11 additions and 0 deletions

View file

@ -16,3 +16,7 @@
(unless (executable-find cmd)
(warn! "Couldn't find %S. markdown-preview command won't work"
cmd))))))
(when (featurep! +grip)
(unless (executable-find "grip")
(warn! "Couldn't find grip. grip-mode will not work")))