diff options
-rw-r--r-- | lib/doc/jao-org-notes.el | 2 | ||||
-rw-r--r-- | lib/themes/jao-light-term-theme.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el index 738c938..c13899f 100644 --- a/lib/doc/jao-org-notes.el +++ b/lib/doc/jao-org-notes.el @@ -56,6 +56,8 @@ :add-history (concat (consult--async-split-initial (thing-at-point 'symbol))) :require-match (not no-req) :category 'jao-org-notes-lookup + :lookup (lambda (cand cands &rest _) + (or (cdr (assoc cand cands)) (substring cand 1))) :history '(:input jao-org-notes--grep-history)))) (defun jao-org-notes-cats () diff --git a/lib/themes/jao-light-term-theme.el b/lib/themes/jao-light-term-theme.el index e3d884d..ede6fc3 100644 --- a/lib/themes/jao-light-term-theme.el +++ b/lib/themes/jao-light-term-theme.el @@ -62,7 +62,7 @@ (outline (c "black") bf) (outline-1 (c green) nbf nul ex) (outline-2 (c blue) nbf) - (outline-3 (c lightgreen)) + (outline-3 (c lightgreen) nbf) (outline-4 (c blue) nul nbf) (outline-5 (c blue) nul nbf) (f00 (c green)) |