summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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