branch: elpa/gnosis
commit 028763cc05eeaeb226a96228af07105e87a4e625
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    Minor adjustments to faces & docstrings.
---
 gnosis.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnosis.el b/gnosis.el
index 9a039b645c..1b9b14e9ad 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -161,19 +161,18 @@ When nil, review new notes last."
   "Face for next review.")
 
 (defface gnosis-face-dashboard-header
-  '((t :inherit (bold diary)))
+  '((t :inherit (bold font-lock-constant-face)))
   "Face for dashboard header.
 
 Avoid using an increased height value as this messes up with
-`gnosis-center-string' implementation"
-  :group 'gnosis-face)
+`gnosis-center-string' implementation")
 
 (defconst gnosis-db
   (emacsql-sqlite-open (expand-file-name "gnosis.db" gnosis-dir))
-  "Gnosis database file.")
+  "Gnosis database.")
 
 (defvar gnosis-testing nil
-  "When t, warn user he is in a testing environment.")
+  "Change this to non-nil when running manual tests.")
 
 (defconst gnosis-db-version 3
   "Gnosis database version.")

Reply via email to