aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-09-17 14:52:54 -0500
committerJesús <heckyel@hyperbola.info>2019-09-17 14:52:54 -0500
commit37a0cf57da9da2807bbc8de46cd570dd0a07905c (patch)
treed08d57a6257244ced594f3b4dbee86d8340abd5d /modules
parent7b4bedd58bb4521909a9e88f5aa3aeaf4dfa4cda (diff)
downloademacs-personal-37a0cf57da9da2807bbc8de46cd570dd0a07905c.tar.lz
emacs-personal-37a0cf57da9da2807bbc8de46cd570dd0a07905c.tar.xz
emacs-personal-37a0cf57da9da2807bbc8de46cd570dd0a07905c.zip
Markdown from MELPA
Diffstat (limited to 'modules')
-rw-r--r--modules/init-markdown.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init-markdown.el b/modules/init-markdown.el
index 9f4942d..b58b8cb 100644
--- a/modules/init-markdown.el
+++ b/modules/init-markdown.el
@@ -4,6 +4,7 @@
;;; Code:
(use-package markdown-mode
+ :pin "MELPA"
:mode (("\\.markdown\\'" . markdown-mode)
("\\.md\\'" . markdown-mode))