Fix #1127: errant entry in org-structure-template-alist

Caused an error when org-insert-structure-template is called in
org-mode.
This commit is contained in:
Henrik Lissner 2019-01-21 22:35:49 -05:00
parent 6bbc095694
commit 24b4d24d18
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -11,6 +11,10 @@
(def-package! ox-reveal
:defer t
:init
;; Fix #1127, where ox-reveal adds an errant entry to
;; `org-structure-template-alist'
(setq org-reveal-note-key-char nil)
:config
(setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"
org-reveal-mathjax t))