Add project-specific settings

This commit is contained in:
Gabriel Arazas 2021-04-19 22:50:59 +08:00
parent 1e6820cfc1
commit 7caf465900

9
.dir-locals.el Normal file
View 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"))))