forked from YPARK/gtex-fqtl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dir-locals.el
17 lines (17 loc) · 1.5 KB
/
.dir-locals.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
((org-mode . ((org-html-htmlize-output-type . "css")
(org-publish-project-alist .
(("fqtl-org" . (:base-directory "/broad/compbio/aksarkar/projects/gtex-fqtl/org"
:publishing-directory "/broad/compbio/aksarkar/projects/gtex-fqtl/docs"
:publishing-function org-html-publish-to-html
:exclude "setup.org"
:htmlized-source t
))
("fqtl-fig" . (:base-directory "/broad/compbio/aksarkar/projects/gtex-fqtl/org"
:publishing-directory "/broad/compbio/aksarkar/projects/gtex-fqtl/docs"
:publishing-function org-publish-attachment
:base-extension "png"
:recursive t
))
("fqtl" . (:components ("fqtl-org" "fqtl-fig")))))
))
(python-mode . ((python-indent-offset 2))))