fix docstring for private eyebrowse layer function
This commit is contained in:
parent
50ade79bc8
commit
c7771e5f3b
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@
|
|||
caption)))
|
||||
|
||||
(defun spacemacs//workspaces-ms-get-window-configs ()
|
||||
"Return the list of window configs. Depends on value of
|
||||
`eyebrowse-place-zero-at-the-end'."
|
||||
"Return the list of window configs."
|
||||
(--sort (if (eq (car other) 0)
|
||||
t
|
||||
(< (car it) (car other)))
|
||||
|
|
Reference in a new issue