From c65a2b3fda5e3bf5b67f28c188e425e004c394f7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 23 Jul 2024 17:00:03 +0300 Subject: New variable: dashboard-header-face * Add face for dashboard header. --- gnosis-dashboard.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index c88f919..d1eb8fb 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -52,6 +52,10 @@ (defvar gnosis-dashboard-search-value nil "Store search value.") +(defface gnosis-dashboard-header-face + '((t :inherit (outline-1) :weight bold)) + "Face for the dashboard header.." + :group 'gnosis) (defun gnosis-dashboard-output-note (id) "Output contents for note with ID, formatted for gnosis dashboard." (cl-loop for item in (append (gnosis-select '[main options answer tags type] 'notes `(= id ,id) t) -- cgit v1.2.3