From 90db92ed4fd7e896aaa928356ab363d6ab795db3 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 4 Feb 2021 20:00:05 -0500 Subject: [PATCH] Cleanup documentation --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 88df102..abdf528 100644 --- a/README.org +++ b/README.org @@ -40,7 +40,6 @@ Launch emacs: ~emacs -mm --debug-init~ Here's a complete list of all of the options configurable for each host, and their default values. If a host configuration does not exist, these values will be used in place. - Configure the system font with a single ~font-family~ and define the size, of which variations to the font size are relative to this value. #+begin_src emacs-lisp @@ -165,7 +164,7 @@ Each host system that runs Emacs has a file defined in the =hosts/= sub director :header-args: :tangle hosts/ubuntu.el :END: -The first configuration, which was built using the Ubuntu 20.04 LTS server edition. I decided to incorporate =flatpaks= into this build, which required overriding the ~$BROWSER~ environment variable. +The first configuration, which was built using the Ubuntu 20.04 LTS server edition. I decided to incorporate =flatpaks= into this build. #+begin_src emacs-lisp (setq dotfiles/browser "flatpak run org.mozilla.firefox") @@ -308,6 +307,8 @@ Emacs' default user interface is horrendous, but with less than 10 lines of code (emacs-lisp . t)))) #+end_src +Build all of the =org= files within a given directory. + #+begin_src emacs-lisp (defun dotfiles/tangle (dir) "Recursively tangle the Org files within a directory."