Skip to content

Commit

Permalink
Show tags on top-level directives that have a non-directive parent
Browse files Browse the repository at this point in the history
  • Loading branch information
daedsidog committed Sep 20, 2024
1 parent 92c6480 commit 7a86890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evedel.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2024 daedsidog

;; Author: daedsidog <[email protected]>
;; Version: 0.0.1
;; Version: 0.2.4
;; Keywords: convenience, tools
;; Package-Requires: ((emacs "29.1") (gptel "0.9.0"))
;; URL: https://github.com/daedsidog/evedel
Expand Down Expand Up @@ -1295,7 +1295,7 @@ non-nil."
sublabel
padding
(overlay-buffer instruction))))
(unless parent
(unless (e--parent-instruction instruction :directive)
(if-let ((query-string (overlay-get instruction
'e-directive-infix-tag-query-string)))
(setq label (concat
Expand Down

0 comments on commit 7a86890

Please sign in to comment.