Adding modular colorschemes to Xmonad.

This commit is contained in:
Derek Taylor
2021-12-05 12:55:12 -06:00
parent 8d9f02da8d
commit d7efb4f22f
13 changed files with 41 additions and 6 deletions

View File

@@ -374,9 +374,9 @@ List of keybindings (SPC h b b)")
(setq org-export-with-broken-links t)
(setq org-publish-project-alist
'(("distro.tube"
:base-directory "~/gitlab-repos/distro.tube/"
:base-directory "~/nc/gitlab-repos/distro.tube/"
:base-extension "org"
:publishing-directory "~/gitlab-repos/distro.tube/html/"
:publishing-directory "~/nc/gitlab-repos/distro.tube/html/"
:recursive t
:exclude "org-html-themes/.*"
:publishing-function org-html-publish-to-html