diff options
author | Thanos Apollo <[email protected]> | 2024-04-08 18:00:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-08 18:00:02 +0300 |
commit | f1ceb955ec3d16f7220f52da2b677f094148c40c (patch) | |
tree | f1fc0fbeac479b8256d4181d7ad0d6f0da7fe01d /.emacs.d/init.el | |
parent | 80244090f5e57811170063d94f5769b5909a45fd (diff) |
emacs: Add org-roam-ui
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 49c47a0..fb8b760 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -283,6 +283,9 @@ ("C-c C-." . org-roam-tag-add) ("C-c i" . org-id-get-create))) +(use-package org-roam-ui + :defer t) + (use-package modus-themes :straight t :config |