Add org-roam-server
This commit is contained in:
parent
4d8a36061b
commit
4eb8acbfad
|
@ -305,6 +305,15 @@ Also setup daily captures templates:
|
||||||
:head "#+TITLE: %<%Y-%m-%d>"))))
|
:head "#+TITLE: %<%Y-%m-%d>"))))
|
||||||
#+END_SRC
|
#+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
|
** Export backends
|
||||||
|
|
||||||
Sometimes I need to export an Org subtree to a file, which is quite easy with
|
Sometimes I need to export an Org subtree to a file, which is quite easy with
|
||||||
|
|
|
@ -48,3 +48,4 @@
|
||||||
|
|
||||||
;; solaire mode breaks TUI when using the emacs daemon...
|
;; solaire mode breaks TUI when using the emacs daemon...
|
||||||
(package! solaire-mode :disable t)
|
(package! solaire-mode :disable t)
|
||||||
|
(package! simple-httpd)
|
||||||
|
|
Loading…
Reference in a new issue