Spelling fixes

This commit is contained in:
James Patrick 2023-02-12 17:50:13 -05:00
parent c2ceb3ab22
commit 68629c19c1

View File

@ -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")