From 0af926acd8274203df732545818464848d3b131d Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 15 Oct 2024 00:53:58 -0400 Subject: [PATCH] Add definition for org-roam-title --- lunarized-definitions.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lunarized-definitions.el b/lunarized-definitions.el index d4e5d93..dae1b14 100644 --- a/lunarized-definitions.el +++ b/lunarized-definitions.el @@ -434,6 +434,7 @@ the \"Gen RGB\" column in lunarized-definitions.el to improve them further." (org-formula (:weight bold :slant italic ,@fg-red)) (org-code (,@fg-base01)) (org-document-title (,@fmt-bold ,@fg-cyan)) + (org-roam-title (,@fg-cyan)) (org-document-info-keyword (,@fg-base01)) (org-document-info (,@fg-green)) (org-block (,@fg-base01))