diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-19 02:06:18 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-19 02:06:18 +0000 |
commit | 681319aeb250a83d982d1e3e02264a7af0ae4120 (patch) | |
tree | d23f231962d1aed38dff938dbeba150417576903 | |
parent | f74323d2679be6312c96b0ba1e4cc2fda5b4da50 (diff) |
Fix missing dependency
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ;; URL: https://github.com/vermiculus/stack-mode/ ;; Version: 0.1 ;; Keywords: help, hypermedia, tools -;; Package-Requires: ((emacs "24.1") (cl-lib "0.5") (json "1.3")) +;; Package-Requires: ((emacs "24.1") (cl-lib "0.5") (json "1.3") (markdown-mode "2.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |