mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Update work roam export settings
This commit is contained in:
parent
5937c5b1c4
commit
4457afe2fb
1 changed files with 2 additions and 3 deletions
|
@ -617,7 +617,6 @@ Tell Emacs how to build the document collections I export to HTML.
|
|||
("work-roam-assets"
|
||||
:base-directory "~/roam/aweber"
|
||||
:base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf\\|ogv\\|py\\|html\\|js\\|json\\|ya?ml"
|
||||
:include (".gitlab-ci.yml")
|
||||
:publishing-directory "~/Public/roam-aweber"
|
||||
:publishing-function org-publish-attachment
|
||||
:display-custom-times t
|
||||
|
@ -1543,12 +1542,12 @@ Manage background services
|
|||
:args '("start")
|
||||
:cwd (expand-file-name "~/git/www")
|
||||
:tags '(work)))
|
||||
(when (f-exists? (expand-file-name "~/Public/org"))
|
||||
(when (f-exists? (expand-file-name "~/Public/roam-aweber"))
|
||||
(prodigy-define-service
|
||||
:name "Org Documents"
|
||||
:command "python"
|
||||
:args '("-m" "http.server" "3001")
|
||||
:cwd (expand-file-name "~/Public/org")
|
||||
:cwd (expand-file-name "~/Public/roam-aweber")
|
||||
:tags '(work autostart)
|
||||
:kill-signal 'sigkill))
|
||||
(when (f-exists? (expand-file-name "~/Public/roam"))
|
||||
|
|
Loading…
Reference in a new issue