2017-02-11 07:07:26 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2017-02-19 18:57:16 -05:00
|
|
|
;;; lang/markdown/packages.el
|
2017-02-11 07:07:26 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! markdown-mode)
|
|
|
|
(package! markdown-toc)
|
2017-02-11 07:07:26 -05:00
|
|
|
|
2018-06-22 13:47:28 +02:00
|
|
|
(when (featurep! +pandoc)
|
|
|
|
(package! pandoc-mode))
|
|
|
|
|
|
|
|
|