Browse Source

Cleanup footnotes

main
parent
commit
f1e740f513
  1. 5
      README.org

5
README.org

@ -119,7 +119,7 @@ Here's a complete list of all of the options configurable for each host, and the
** Startup
This project makes heavy use of modern features and libraries. Since *Babel's* used in initialization, *Org* must load prior to importing any of custom modules. This introduces a unique *chicken before the egg* problem. My solution included some initialization code in *Emacs Lisp* called before using any *Babel* APIs.
This project makes heavy use of modern features and libraries. Since *Babel's* [fn:3] used in initialization, *Org* [fn:4] must load prior to importing any of custom modules. This introduces a unique *chicken or the egg* [fn:5] problem. My solution included some initialization code in *Emacs Lisp* [fn:2] called before using any *Babel* [fn:3] APIs.
#+begin_src emacs-lisp
(load-file "~/.emacs.d/bin/cleanup.el")
@ -179,3 +179,6 @@ By default all of the modules will load, override the variable ~dotfiles/modules
[fn:1] https://gnu.org/software/emacs
[fn:2] https://gnu.org/software/emacs/manual/html_node/elisp/index.html
[fn:3] https://orgmode.org/worg/org-contrib/babel/intro.html
[fn:4] https://orgmode.org
[fn:5] https://en.wikipedia.org/wiki/Chicken_or_the_egg
Loading…
Cancel
Save