Remove unused packages for org-roam-server
This commit is contained in:
parent
e368c4be72
commit
1289f8c410
11
config.org
11
config.org
|
@ -35,7 +35,6 @@
|
||||||
- [[#graph-browser][Graph browser]]
|
- [[#graph-browser][Graph browser]]
|
||||||
- [[#roam-link-font-face][Roam link font face]]
|
- [[#roam-link-font-face][Roam link font face]]
|
||||||
- [[#roam-capture-template][Roam capture template]]
|
- [[#roam-capture-template][Roam capture template]]
|
||||||
- [[#org-roam-server][Org Roam Server]]
|
|
||||||
- [[#export-backends][Export backends]]
|
- [[#export-backends][Export backends]]
|
||||||
- [[#doom-specific][Doom specific]]
|
- [[#doom-specific][Doom specific]]
|
||||||
- [[#magit][Magit]]
|
- [[#magit][Magit]]
|
||||||
|
@ -477,16 +476,6 @@ directory instead of at the root.
|
||||||
:head "#+TITLE: %<%Y-%m-%d>"))))
|
:head "#+TITLE: %<%Y-%m-%d>"))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Org Roam Server
|
|
||||||
|
|
||||||
=org-roam-server= provides a fancy JS interface to visualize the graph. Just
|
|
||||||
needs to be loaded, along with its dependency =simple-httpd=.
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package! simple-httpd)
|
|
||||||
(use-package! 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,12 +48,10 @@
|
||||||
|
|
||||||
;; 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! org-roam-server
|
|
||||||
:recipe (:host github :repo "org-roam/org-roam-server"))
|
|
||||||
|
|
||||||
;; C/C++ mode adds this, and I don't really need it
|
;; C/C++ mode adds this, and I don't really need it
|
||||||
(package! irony :disable t)
|
(package! irony :disable t)
|
||||||
|
|
||||||
(package! beancount-mode
|
(package! beancount-mode
|
||||||
:recipe (:host github :repo "beancount/beancount-mode")
|
:recipe (:host github :repo "beancount/beancount-mode")
|
||||||
:pin "dcb317ed0a7582243f30ffc44aaf31717a81502b")
|
:pin "dcb317ed0a7582243f30ffc44aaf31717a81502b")
|
||||||
|
|
Loading…
Reference in a new issue