diff --git a/config.org b/config.org index de12e3e..00f46bc 100644 --- a/config.org +++ b/config.org @@ -305,6 +305,15 @@ Also setup daily captures templates: :head "#+TITLE: %<%Y-%m-%d>")))) #+END_SRC +*** Org Roam Server + +#+BEGIN_SRC emacs-lisp +(use-package! simple-httpd) +(use-package org-roam-server + :ensure nil + :load-path "~/work/org-roam-server") +#+END_SRC + ** Export backends Sometimes I need to export an Org subtree to a file, which is quite easy with diff --git a/packages.el b/packages.el index 875c16e..1e71f12 100644 --- a/packages.el +++ b/packages.el @@ -48,3 +48,4 @@ ;; solaire mode breaks TUI when using the emacs daemon... (package! solaire-mode :disable t) +(package! simple-httpd)