summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-15 01:42:55 +0100
committerjao <jao@gnu.org>2022-06-15 01:42:55 +0100
commite6832005463c7fd1199cd34b9987979bd242658e (patch)
tree57f035b38a9d15434dc48410325b253d99fe38a1 /lib
parent623fc7a3a53b97e2073ae7669af7954c3d51b69c (diff)
downloadelibs-e6832005463c7fd1199cd34b9987979bd242658e.tar.gz
elibs-e6832005463c7fd1199cd34b9987979bd242658e.tar.bz2
jao-org-notes: fix for open selection
Diffstat (limited to 'lib')
-rw-r--r--lib/doc/jao-org-notes.el2
-rw-r--r--lib/themes/jao-light-term-theme.el2
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))