mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Add comments.
This commit is contained in:
parent
f0ddd36c90
commit
7e8a09765e
1 changed files with 1 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue