lang/org: fix off-by-one coloring in eldoc breadcrumbs

This commit is contained in:
Henrik Lissner 2019-10-21 14:45:43 -04:00
parent a7a3e0e0e9
commit badff31ee2
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -456,7 +456,7 @@ eldoc string."
(separator (or separator "/")))
(string-join
(cl-loop for part
in (split-string (substring-no-properties result) separator)
in (cdr (split-string (substring-no-properties result) separator))
for n from 0
for face = (nth (% n org-n-level-faces) org-level-faces)
collect