From f102b9655409ecb553f1cfaa51dec9e504b94552 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 22 Sep 2020 18:17:25 +0200 Subject: [PATCH] After updating org-mode I need to require org-tempo --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 9aa0807..785c35d 100644 --- a/init.org +++ b/init.org @@ -637,6 +637,7 @@ #+BEGIN_SRC emacs-lisp (with-eval-after-load 'org + (require 'org-tempo) (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,") (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))) #+END_SRC