mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Replace org-roam-server with org-roam-ui
This commit is contained in:
parent
f897b4a8fc
commit
88299b4a6a
1 changed files with 2 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
(package! org-msg)
|
||||
(package! org-ref)
|
||||
(package! org-roam-bibtex :recipe (:host github :repo "org-roam/org-roam-bibtex"))
|
||||
(package! org-roam-server)
|
||||
(package! org-roam-ui :recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out")))
|
||||
(package! org-sidebar :recipe (:host github :repo "alphapapa/org-sidebar"))
|
||||
(package! org-sticky-header)
|
||||
(package! org-transclusion :recipe (:host github :repo "nobiot/org-transclusion"))
|
||||
|
@ -38,14 +38,12 @@
|
|||
(package! python-black)
|
||||
(package! unfill)
|
||||
(package! uuidgen)
|
||||
(package! websocket)
|
||||
(package! weechat)
|
||||
(package! weechat-alert)
|
||||
(package! yapfify)
|
||||
(package! polymode)
|
||||
(package! poly-rst)
|
||||
|
||||
;; When using org-roam via the `+roam` flag
|
||||
(unpin! org-roam company-org-roam)
|
||||
|
||||
;; When using bibtex-completion via the `biblio` module
|
||||
(unpin! bibtex-completion helm-bibtex ivy-bibtex)
|
||||
|
|
Loading…
Reference in a new issue