diff options
author | noa@gaiwan.org | 2024-06-19 20:50:16 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-19 20:50:16 +0000 |
commit | 4007b9a925017c78cb5ea183a474970e653dc810 (patch) | |
tree | c172dc1fc7b90b67b809d32e0de32da940336c4e | |
parent | f82d8d0002441554a38feee1aa490501c2d061c7 (diff) |
Add file is generated warning to init.el output
-rw-r--r-- | config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index 52f7756..03dd79b 100644 --- a/config.org +++ b/config.org @@ -20,7 +20,8 @@ For this initial test, my configuration fails on both counts. All i've done is * Configuration #+begin_src elisp -;;; init.el --- my emacs configuration -*- lexical-binding: t; -*- + ;;; init.el --- my emacs configuration -*- lexical-binding: t; -*- + ;; This file is auto-generated. Please edit ~/data/share/config.org #+end_src #+begin_src elisp |