summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 345ed44d..56e6d972 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -533,7 +533,10 @@
:ensure
:init (progn
(add-hook 'markdown-mode-hook 'turn-on-orgstruct)
- (add-hook 'markdown-mode-hook 'turn-on-orgstruct++))
+ (add-hook 'markdown-mode-hook 'turn-on-orgstruct++)
+
+ ;; This binding replaces a `markdown-export'.
+ (bind-key "C-c C-c e" 'spw/pandoc-paper-compile markdown-mode-map))
:mode "\\.md")
;;; PHP mode