Add grip-mode for live GF markdown previews
This commit is contained in:
parent
e1d86f3046
commit
ed71b9fa43
4 changed files with 11 additions and 0 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue