Manage org-roam-server with straight.el

Possible since org-roam/org-roam-server#10
This commit is contained in:
Antoine Martin 2020-05-18 23:59:50 +02:00
parent 4eb8acbfad
commit 4540281db5
2 changed files with 3 additions and 3 deletions

View file

@ -309,9 +309,7 @@ Also setup daily captures templates:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package! simple-httpd) (use-package! simple-httpd)
(use-package org-roam-server (use-package! org-roam-server)
:ensure nil
:load-path "~/work/org-roam-server")
#+END_SRC #+END_SRC
** Export backends ** Export backends

View file

@ -49,3 +49,5 @@
;; 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) (package! simple-httpd)
(package! org-roam-server
:recipe (:host github :repo "org-roam/org-roam-server"))