summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-13 19:53:42 -0600
committerCase Duckworth2021-01-13 19:53:42 -0600
commit394565b8bbdacc3a1823404b07596e61524e707c (patch)
tree09f3750dfc20ae206c293fcf7634718f4c17e0af /config.org
parentAlign org tags on changes (diff)
downloademacs-394565b8bbdacc3a1823404b07596e61524e707c.tar.gz
emacs-394565b8bbdacc3a1823404b07596e61524e707c.zip
Eval after loading org
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
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