mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix org/config typo
In toplevel form: ../modules/lang/org/config.el:380:1:Warning: Unused lexical variable ‘seperator’ Signed-off-by: Edwin Török <edwin@etorok.net>
This commit is contained in:
@ -391,7 +391,7 @@ conditions where a window's buffer hasn't changed at the time this hook is run."
|
|||||||
;; Fix variable height org-level-N faces in the eldoc string
|
;; Fix variable height org-level-N faces in the eldoc string
|
||||||
(defun +org*format-outline-path (orig-fn path &optional width prefix separator)
|
(defun +org*format-outline-path (orig-fn path &optional width prefix separator)
|
||||||
(let ((result (funcall orig-fn path width prefix separator))
|
(let ((result (funcall orig-fn path width prefix separator))
|
||||||
(seperator (or separator "/")))
|
(separator (or separator "/")))
|
||||||
(string-join
|
(string-join
|
||||||
(cl-loop for part
|
(cl-loop for part
|
||||||
in (split-string (substring-no-properties result) separator)
|
in (split-string (substring-no-properties result) separator)
|
||||||
|
Reference in New Issue
Block a user