mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
[emascs] Add org-roam-server
This commit is contained in:
parent
f5b130fda8
commit
3fb5c3b0c7
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
(add-hook 'org-export-before-processing-hook 'my/org-export-preprocessor)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Org Roam Server
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! org-roam-server
|
||||||
|
:commands org-roam-server-mode)
|
||||||
|
#+end_src
|
||||||
* Eshell
|
* Eshell
|
||||||
** Change directory in the context of a remote host
|
** Change directory in the context of a remote host
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
@ -24,3 +24,4 @@
|
||||||
(package! mixed-pitch)
|
(package! mixed-pitch)
|
||||||
(package! ox-dnd :recipe (:host github :repo "xeals/emacs-org-dnd"))
|
(package! ox-dnd :recipe (:host github :repo "xeals/emacs-org-dnd"))
|
||||||
(package! gnuplot)
|
(package! gnuplot)
|
||||||
|
(package! org-roam-server)
|
||||||
|
|
Loading…
Reference in a new issue