From 394565b8bbdacc3a1823404b07596e61524e707c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 13 Jan 2021 19:53:42 -0600 Subject: Eval after loading org --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index d2eca4c..acdee25 100644 --- a/config.org +++ b/config.org @@ -1774,8 +1774,9 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag- *** Org Templates (=org-tempo=) #+begin_src emacs-lisp - (add-to-list 'org-structure-template-alist - '("el" . "src emacs-lisp")) + (with-eval-after-load 'org + (add-to-list 'org-structure-template-alist + '("el" . "src emacs-lisp"))) #+end_src *** Org Agenda -- cgit 1.4.1-21-gabe81