mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
lang/org: fix #2117
This commit is contained in:
@@ -527,7 +527,7 @@ eldoc string."
|
|||||||
(separator (or separator "/")))
|
(separator (or separator "/")))
|
||||||
(string-join
|
(string-join
|
||||||
(cl-loop for part
|
(cl-loop for part
|
||||||
in (cdr (split-string (substring-no-properties result) separator))
|
in (split-string (substring-no-properties result) separator)
|
||||||
for n from 0
|
for n from 0
|
||||||
for face = (nth (% n org-n-level-faces) org-level-faces)
|
for face = (nth (% n org-n-level-faces) org-level-faces)
|
||||||
collect
|
collect
|
||||||
|
Reference in New Issue
Block a user