From 9b382b980d3cf604158754e7ce28090893b0f300 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 5 Mar 2021 02:10:46 +0000 Subject: config nits --- lib/org/jao-org-notes.el | 9 ++++----- lib/themes/jao-themes.el | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/org/jao-org-notes.el b/lib/org/jao-org-notes.el index 9624a94..9cc343f 100644 --- a/lib/org/jao-org-notes.el +++ b/lib/org/jao-org-notes.el @@ -33,13 +33,12 @@ (defvar jao-org-notes--rg (concat "rg --null --line-buffered --color=ansi --max-columns=250" " --no-heading --line-number --smart-case" - " . -e \"^(#.(title|(file|roam_)tags): .*)ARG\" OPTS")) + " . -e \"^(#.(title|filetags): .*)ARG\" OPTS")) + +(defvar jao-org-notes--trx ":[0-9]+:#\\+\\(file\\)?\\(title\\|tags\\):") (defun jao-org-notes--clean-match (m) - (cons (replace-regexp-in-string ":[0-9]+:#\\+\\(roam_\\|file\\)?\\(title\\|tags\\):" - " (\\2)" - (car m)) - (cdr m))) + (cons (replace-regexp-in-string jao-org-notes--trx " (\\2)" (car m)) (cdr m))) (defun jao-org-notes--matches (lines) (let ((ms (consult--grep-matches lines))) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 4f5f11e..e1aef4f 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -295,7 +295,7 @@ (jao-themes-f11 (p f11)) (jao-themes-f12 (p f12))) `((aw-background-face (p dimm)) - (aw-leading-char-face (~ error) :height 1.5) + (aw-leading-char-face (~ error) :height 2.5) (awesome-tray-module-awesome-tab-face (p f00)) (awesome-tray-module-battery-face (p f00)) (awesome-tray-module-battery-face (p f00)) -- cgit v1.2.3