After updating org-mode I need to require org-tempo

This commit is contained in:
Lars Tveito 2020-09-22 18:17:25 +02:00
parent 2c2135838e
commit f102b96554

View File

@ -637,6 +637,7 @@
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(with-eval-after-load 'org (with-eval-after-load 'org
(require 'org-tempo)
(setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,") (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,")
(custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))) (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)))
#+END_SRC #+END_SRC