Add comments.

This commit is contained in:
Vincent Zhang 2018-07-01 02:25:00 +08:00
parent f0ddd36c90
commit 7e8a09765e

View file

@ -713,6 +713,7 @@ Require `anzu', also `evil-anzu' if using `evil-mode'
'face (if (doom-modeline--active) 'doom-modeline-panel))))
(defun doom-modeline-themes--overlay-sort (a b)
"Sort overlay A and B."
(< (overlay-start a) (overlay-start b)))
(defsubst doom-modeline--iedit ()