fix(org): org-roam-node-display-template: strip :box from org-tag
The :box causes tremendous slowdown when displayed in the minibuffer. Fix: #7432
This commit is contained in:
parent
8340141e69
commit
ae8c5cfdde
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ In case of failure, fail gracefully."
|
|||
org-roam-node-display-template
|
||||
(format "${doom-hierarchy:*} %s %s"
|
||||
(propertize "${doom-type:12}" 'face 'font-lock-keyword-face)
|
||||
(propertize "${doom-tags:42}" 'face 'org-tag))
|
||||
(propertize "${doom-tags:42}" 'face '(:inherit org-tag :box nil)))
|
||||
org-roam-completion-everywhere t
|
||||
org-roam-db-gc-threshold most-positive-fixnum
|
||||
;; Reverse the default to favor faster searchers over slower ones.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue