aboutsummaryrefslogtreecommitdiff
path: root/writing.el
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2026-02-08 16:10:48 +0100
committerlemurianmage <azureazure@disroot.org>2026-02-08 16:10:48 +0100
commita25ab6355d5cbd40d527766b0a10007001579017 (patch)
treeacb9c2ca36d832ed238b189c5a26549a9c2fb95d /writing.el
parent916dc0326d5278bda9cd82e07651239db7f14634 (diff)
downloaddotemacs-a25ab6355d5cbd40d527766b0a10007001579017.tar.gz
nvm back to orui
Diffstat (limited to 'writing.el')
-rw-r--r--writing.el23
1 files changed, 11 insertions, 12 deletions
diff --git a/writing.el b/writing.el
index 9641e62..496c3ac 100644
--- a/writing.el
+++ b/writing.el
@@ -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)