summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-02 22:49:31 -0600
committerCase Duckworth2021-01-02 22:49:31 -0600
commit66bb56470cf7b30ca95358542ad1a1199df72ec4 (patch)
treec5f1094f860e541fa2a936a09e5195405bdcaccb /config.org
parentAdd -*- line (diff)
downloademacs-66bb56470cf7b30ca95358542ad1a1199df72ec4.tar.gz
emacs-66bb56470cf7b30ca95358542ad1a1199df72ec4.zip
Add disclaimer
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index b1d1a8c..d078111 100644 --- a/config.org +++ b/config.org
@@ -10,6 +10,14 @@
10 10
11* Basics 11* Basics
12 12
13** Disclaimer
14
15 #+begin_src emacs-lisp :comments no :tangle config.el
16 ;; config.el -*- lexical-binding: t -*-
17 ;; This file is automatically tangled from config.org.
18 ;; Hand edits will be overwritten!
19 #+end_src
20
13** About me 21** About me
14 22
15#+BEGIN_SRC emacs-lisp 23#+BEGIN_SRC emacs-lisp