diff --git a/emacs/config.org b/emacs/config.org index 355f450..2836697 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -35,7 +35,7 @@ or to disable it tangling for a codeblock set the =:tangle= property in code blo #+end_src *** Noweb Reference -This document uses [[https://orgmode.org/manual/Noweb-Reference-Syntax.html][noweb reference syntax]]. This allows us to extract bits of configuration into named codeblocks, which can be interpulated into another code block's variable. For example: +This document uses [[https://orgmode.org/manual/Noweb-Reference-Syntax.html][noweb reference syntax]]. This allows us to extract bits of configuration into named codeblocks, which can be interpolated into another code block's variable. For example: #+begin_example :tangle no #+NAME: initialization @@ -517,7 +517,7 @@ The standard keybind for getting to Roam's daily capture is pretty long. To cap =:leader r= is used by =:tools upload= for "remote", but since I'm not using this lets just not care about that. ** Orgmode -This file will be needed for emacs batch automations, where its not reasonable to start up my entire working env. This file can be located at =$DOOMDIR/+orgmode.el=. +This file will be needed for emacs batch automation, where its not reasonable to start up my entire working env. This file can be located at =$DOOMDIR/+orgmode.el=. #+begin_src emacs-lisp (load! "+orgmode")