diff options
author | Case Duckworth | 2020-12-02 19:02:10 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-02 19:02:10 -0600 |
commit | 9b2c00f192f765b8f7d4f308235b5f84af6193c3 (patch) | |
tree | 4fce94ece0133da294271580ec3249602bd3954a | |
parent | Don't enable tab-bar-mode (diff) | |
download | emacs-9b2c00f192f765b8f7d4f308235b5f84af6193c3.tar.gz emacs-9b2c00f192f765b8f7d4f308235b5f84af6193c3.zip |
Make directories when tangling config.org
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 40291dd..bc0be3e 100644 --- a/config.org +++ b/config.org | |||
@@ -1,6 +1,6 @@ | |||
1 | #+TITLE:Emacs configuration, literate style | 1 | #+TITLE:Emacs configuration, literate style |
2 | #+AUTHOR:Case Duckworth | 2 | #+AUTHOR:Case Duckworth |
3 | #+PROPERTY: header-args :tangle init.el :comments both | 3 | #+PROPERTY: header-args :tangle init.el :comments both :mkdirp yes |
4 | #+EXPORT_FILE_NAME: README.md | 4 | #+EXPORT_FILE_NAME: README.md |
5 | #+OPTIONS: toc:nil | 5 | #+OPTIONS: toc:nil |
6 | #+OPTIONS: title:t | 6 | #+OPTIONS: title:t |