summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-23 13:58:16 -0600
committerCase Duckworth2021-02-23 13:58:16 -0600
commiteddb339062ef330f3c9d51eafb5ffdf03a6e753b (patch)
treeafdb96ad3d4977137a94ff70f2375b09627bfe4d /config.org
parentFix scrolling in margins (diff)
downloademacs-eddb339062ef330f3c9d51eafb5ffdf03a6e753b.tar.gz
emacs-eddb339062ef330f3c9d51eafb5ffdf03a6e753b.zip
Fix noweb
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
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
3172have them all out of sync. 3172have 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