summaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorTianxiang Xiong <tianxiang.xiong@gmail.com>2017-06-09 19:39:43 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-06-13 22:48:50 +0300
commit238c60c6320e78d46591fee8b947e25fd855818b (patch)
tree3bba4f63fb229d4f2fb9df0a8e8932d91d90913e /Cask
parent7ffc207cf0e56305963e1a3387dce3114325544d (diff)
Fontify Grimoire code blocks if possible
Fixes #1959.
Diffstat (limited to 'Cask')
-rw-r--r--Cask3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cask b/Cask
index 5495b87e..5efaac0a 100644
--- a/Cask
+++ b/Cask
@@ -6,4 +6,5 @@
(files "*.el" (:exclude ".dir-locals.el"))
(development
- (depends-on "buttercup"))
+ (depends-on "buttercup")
+ (depends-on "markdown-mode"))