diff options
author | Case Duckworth | 2021-01-02 15:33:40 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-02 15:33:40 -0600 |
commit | 991f307f743e842f522381c472820157e5e897cb (patch) | |
tree | e50c3475d35cd374073f2bdb29e8e2bfa42b116f | |
parent | Change $HOME for Emacs.cmd (diff) | |
download | emacs-991f307f743e842f522381c472820157e5e897cb.tar.gz emacs-991f307f743e842f522381c472820157e5e897cb.zip |
Change default header-args
-rw-r--r-- | config.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.org b/config.org index 128744c..14ed9bf 100644 --- a/config.org +++ b/config.org | |||
@@ -1,11 +1,12 @@ | |||
1 | #+TITLE: Emacs, emacs, emacs | 1 | #+TITLE: Emacs, emacs, emacs |
2 | #+AUTHOR: Case Duckworth | 2 | #+AUTHOR: Case Duckworth |
3 | #+PROPERTY: header-args :tangle config.el :comments both :mkdirp yes | 3 | #+PROPERTY: header-args :tangle config.el :tangle-mode (identity #o444) |
4 | #+PROPERTY: header-args :comments both :mkdirp yes | ||
4 | #+STARTUP: overview | 5 | #+STARTUP: overview |
5 | #+EXPORT_FILE_NAME: README.md | 6 | #+EXPORT_FILE_NAME: README.md |
6 | #+OPTIONS: toc:nil | 7 | #+OPTIONS: toc:nil |
7 | #+BANKRUPTCY_COUNT: 3.2 | 8 | #+BANKRUPTCY_COUNT: 3.2 |
8 | #+Time-stamp: <2021-01-02 11:07:58 acdw> | 9 | #+Time-stamp: <2021-01-02 11:38:06 acdw> |
9 | 10 | ||
10 | * Basics | 11 | * Basics |
11 | 12 | ||