diff options
author | Case Duckworth | 2021-01-13 19:53:42 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-13 19:53:42 -0600 |
commit | 394565b8bbdacc3a1823404b07596e61524e707c (patch) | |
tree | 09f3750dfc20ae206c293fcf7634718f4c17e0af | |
parent | Align org tags on changes (diff) | |
download | emacs-394565b8bbdacc3a1823404b07596e61524e707c.tar.gz emacs-394565b8bbdacc3a1823404b07596e61524e707c.zip |
Eval after loading org
-rw-r--r-- | config.org | 5 |
1 files changed, 3 insertions, 2 deletions
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- | |||
1774 | *** Org Templates (=org-tempo=) | 1774 | *** Org Templates (=org-tempo=) |
1775 | 1775 | ||
1776 | #+begin_src emacs-lisp | 1776 | #+begin_src emacs-lisp |
1777 | (add-to-list 'org-structure-template-alist | 1777 | (with-eval-after-load 'org |
1778 | '("el" . "src emacs-lisp")) | 1778 | (add-to-list 'org-structure-template-alist |
1779 | '("el" . "src emacs-lisp"))) | ||
1779 | #+end_src | 1780 | #+end_src |
1780 | 1781 | ||
1781 | *** Org Agenda | 1782 | *** Org Agenda |