Skip to content

Commit

Permalink
markdown: include missing gh-md package
Browse files Browse the repository at this point in the history
Needed for `SPC m c r` (gh-md-render-buffer) command. Fixes syl20bnr#3192
  • Loading branch information
tko authored and syl20bnr committed Sep 30, 2015
1 parent 7665c07 commit 952ed76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layers/+lang/markdown/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
(setq markdown-packages
'(
emoji-cheat-sheet-plus
gh-md
markdown-mode
markdown-toc
mmm-mode
Expand All @@ -24,6 +25,10 @@
(defun markdown/post-init-emoji-cheat-sheet-plus ()
(add-hook 'markdown-mode-hook 'emoji-cheat-sheet-plus-display-mode))

(defun markdown/init-gh-md ()
(use-package gh-md
:defer t))

(defun markdown/post-init-smartparens ()
(add-hook 'markdown-mode-hook 'smartparens-mode))

Expand Down

0 comments on commit 952ed76

Please sign in to comment.