diff options
author | Case Duckworth | 2021-02-23 13:58:16 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-23 13:58:16 -0600 |
commit | eddb339062ef330f3c9d51eafb5ffdf03a6e753b (patch) | |
tree | afdb96ad3d4977137a94ff70f2375b09627bfe4d | |
parent | Fix scrolling in margins (diff) | |
download | emacs-eddb339062ef330f3c9d51eafb5ffdf03a6e753b.tar.gz emacs-eddb339062ef330f3c9d51eafb5ffdf03a6e753b.zip |
Fix noweb
-rw-r--r-- | config.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org index 16b07e0..89d70d2 100644 --- a/config.org +++ b/config.org | |||
@@ -3172,6 +3172,9 @@ putting other config files in here that I need. It's a real pain in the ass to | |||
3172 | have them all out of sync. | 3172 | have them all out of sync. |
3173 | 3173 | ||
3174 | **** ~/.gitconfig | 3174 | **** ~/.gitconfig |
3175 | :PROPERTIES: | ||
3176 | :header-args: :noweb no :mkdirp yes | ||
3177 | :END: | ||
3175 | 3178 | ||
3176 | #+begin_src gitconfig :tangle (if (eq system-type 'windows-nt) "~/.gitconfig" "") | 3179 | #+begin_src gitconfig :tangle (if (eq system-type 'windows-nt) "~/.gitconfig" "") |
3177 | # tangled from ~/.emacs.d/config.org | 3180 | # tangled from ~/.emacs.d/config.org |