summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-24 08:31:11 -0600
committerCase Duckworth2020-11-24 08:31:23 -0600
commitf0ea71d7adfec0d5e4a9418fcd8f188a6005d191 (patch)
tree16444462063e3e720fae9d0e51b522a07669422a /config.org
parentSet default file encodings (diff)
downloademacs-f0ea71d7adfec0d5e4a9418fcd8f188a6005d191.tar.gz
emacs-f0ea71d7adfec0d5e4a9418fcd8f188a6005d191.zip
Add About me section
Diffstat (limited to 'config.org')
-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."