mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
Add project-specific settings
This commit is contained in:
parent
1e6820cfc1
commit
7caf465900
9
.dir-locals.el
Normal file
9
.dir-locals.el
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
((org-mode .
|
||||||
|
((org-babel-default-header-args . ((:session . "none")
|
||||||
|
(:results . "output")
|
||||||
|
(:exports . "both")
|
||||||
|
(:cache . "yes")
|
||||||
|
(:noweb . "no")
|
||||||
|
(:hlines . "no")
|
||||||
|
(:tangle . "no")))
|
||||||
|
(org-babel-results-keyword . "results"))))
|
Loading…
Reference in New Issue
Block a user