summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-10 00:26:38 -0600
committerCase Duckworth2020-12-10 00:26:38 -0600
commit4d52720a913026f8c886d7d566c2df116eeaf68a (patch)
treeda7bd00fde4b21e9c90827c2bb091a11536574e3 /config.org
parentAdd intro line, remove TOC (diff)
downloademacs-4d52720a913026f8c886d7d566c2df116eeaf68a.tar.gz
emacs-4d52720a913026f8c886d7d566c2df116eeaf68a.zip
Add personal info
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index 44d8a0e..492d4e1 100644 --- a/config.org +++ b/config.org
@@ -113,6 +113,13 @@ Let’s configure Emacs using Org mode, they said. It’ll be fun, they said.
113 (make-directory (no-littering-expand-var-file-name dir) t)) 113 (make-directory (no-littering-expand-var-file-name dir) t))
114#+end_src 114#+end_src
115 115
116** About me
117
118#+begin_src emacs-lisp
119 (setq user-full-name "Case Duckworth"
120 user-mail-address "acdw@acdw.net")
121#+end_src
122
116* Look and Feel 123* Look and Feel
117 124
118** Simplify the UI 125** Simplify the UI