summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 44de1ac0..785754f5 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1091,6 +1091,7 @@
(use-package pandoc-mode
:ensure
+ :commands pandoc-mode conditionally-turn-on-pandoc
:init (add-hook 'markdown-mode-hook 'conditionally-turn-on-pandoc))