summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.org b/config.org
index 27e30ff..798b673 100644
--- a/config.org
+++ b/config.org
@@ -13,12 +13,12 @@ The system should be generated using this command:
   emacs config.org --batch -f org-babel-tangle
 #+end_src
 
-* Inspiration
+** Inspiration
 I have consulted [[https://raw.githubusercontent.com/rasendubi/dotfiles/master/README.org][Oleksii's configuration]] heavily to get used to how to work with literate programming.  Lots of literate configuration attempts are disappointing in that they feature almost no commentary and are strictly linear.  In my eyes, these are the two biggest advantages of the literate programming model to begin with.  Oleksii's configuration is nice in that it has both lots of commentary, and is non-linear.  It also features configuration for more than one program, mixed together with the parts that matter.
 
 For this initial test, my configuration fails on both counts.  All i've done is put every section of elisp into a code block and turned the comments into normal org text.  Over time, i hope to expand it into something which ticks both of those boxes.
 
-* Emacs installation
+** Emacs installation
 #+begin_src sh :tangle no
   BUILD_OPTS=$(emacs \
 		   --batch \
@@ -31,6 +31,9 @@ For this initial test, my configuration fails on both counts.  All i've done is
   sudo make install
 #+end_src
 
+** What is the purpose of a computer?
+I think it's a good exercise to consider what exactly i want to use the computer for.  This not only gives me some areas to build this configuration around, it also helps me not to lose track of computers as tools, as bicycles for the mind, rather than as an end in themselves.
+
 * Configuration
 I can easily insert new source blocks with ~C-c C-,~.