diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-02-08 16:10:48 +0100 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-02-08 16:10:48 +0100 |
| commit | a25ab6355d5cbd40d527766b0a10007001579017 (patch) | |
| tree | acb9c2ca36d832ed238b189c5a26549a9c2fb95d | |
| parent | 916dc0326d5278bda9cd82e07651239db7f14634 (diff) | |
| download | dotemacs-a25ab6355d5cbd40d527766b0a10007001579017.tar.gz | |
nvm back to orui
| -rw-r--r-- | writing.el | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -19,22 +19,21 @@ ("C-c r f" . org-roam-node-find) ("C-c r l" . org-roam-buffer-toggle) ("C-c r t a" . org-roam-tag-add) - ("C-c r t r" . org-roam-tag-remove) - ("C-c r g" . org-roam-graph)) + ("C-c r t r" . org-roam-tag-remove)) :config (require 'org-roam-export) (org-roam-db-autosync-mode)) -;; (use-package org-roam-ui -;; :straight -;; (:host github :repo "org-roam/org-roam-ui" :branch "main" :files ("*.el" "out")) -;; :after org-roam -;; :bind -;; (("C-c r o" . org-roam-ui-open)) -;; :config -;; (setq org-roam-ui-sync-theme t -;; org-roam-ui-follow t -;; org-roam-ui-update-on-save t)) +(use-package org-roam-ui + :straight + (:host github :repo "org-roam/org-roam-ui" :branch "main" :files ("*.el" "out")) + :after org-roam + :bind + (("C-c r o" . org-roam-ui)) + :config + (setq org-roam-ui-sync-theme t + org-roam-ui-follow t + org-roam-ui-update-on-save t)) (use-package cdlatex) (use-package auctex) |
