From f1ceb955ec3d16f7220f52da2b677f094148c40c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 8 Apr 2024 18:00:02 +0300 Subject: emacs: Add org-roam-ui --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d') 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 -- cgit v1.2.3