about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.org b/config.org index 0d8324d..624f3be 100644 --- a/config.org +++ b/config.org
@@ -4,6 +4,14 @@
4#+OPTIONS: toc:nil 4#+OPTIONS: toc:nil
5#+BANKRUPTCY_COUNT: 2 5#+BANKRUPTCY_COUNT: 2
6 6
7* About me
8
9#+begin_src emacs-lisp
10 ;; init.el -*- lexical-binding: t -*-
11 (setq user-full-name "Case Duckworth"
12 user-mail-address "acdw@acdw.net")
13#+end_src
14
7* License 15* License
8 16
9Copyright © 2020 Case Duckworth <acdw@acdw.net> 17Copyright © 2020 Case Duckworth <acdw@acdw.net>
@@ -58,8 +66,6 @@ It's highly likely that the WTFPL is completely incompatible with the GPL, for w
58** Tangling 66** Tangling
59 67
60#+begin_src emacs-lisp 68#+begin_src emacs-lisp
61 ;; init.el -*- lexical-binding: t -*-
62
63 (defun acdw/tangle-init () 69 (defun acdw/tangle-init ()
64 "If the current buffer is `config.org', tangle it, then compile 70 "If the current buffer is `config.org', tangle it, then compile
65 and load the resulting files." 71 and load the resulting files."