[emascs] Add org-roam-server

This commit is contained in:
Correl Roush 2020-07-17 08:58:25 -04:00
parent f5b130fda8
commit 3fb5c3b0c7
2 changed files with 6 additions and 0 deletions

View file

@ -749,6 +749,11 @@ Adapted from https://org-roam.readthedocs.io/en/master/org_export/.
(add-hook 'org-export-before-processing-hook 'my/org-export-preprocessor)
#+end_src
** Org Roam Server
#+begin_src emacs-lisp
(use-package! org-roam-server
:commands org-roam-server-mode)
#+end_src
* Eshell
** Change directory in the context of a remote host
#+begin_src emacs-lisp

View file

@ -24,3 +24,4 @@
(package! mixed-pitch)
(package! ox-dnd :recipe (:host github :repo "xeals/emacs-org-dnd"))
(package! gnuplot)
(package! org-roam-server)