diff options
author | Case Duckworth | 2021-01-02 22:49:31 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-02 22:49:31 -0600 |
commit | 66bb56470cf7b30ca95358542ad1a1199df72ec4 (patch) | |
tree | c5f1094f860e541fa2a936a09e5195405bdcaccb | |
parent | Add -*- line (diff) | |
download | emacs-66bb56470cf7b30ca95358542ad1a1199df72ec4.tar.gz emacs-66bb56470cf7b30ca95358542ad1a1199df72ec4.zip |
Add disclaimer
-rw-r--r-- | config.org | 8 |
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 |