Adjust code to follow conventions
This commit is contained in:
@ -252,9 +252,8 @@ last window config."
|
|||||||
;; `current-slot' is used differently than usual, this time
|
;; `current-slot' is used differently than usual, this time
|
||||||
;; in a propertize context
|
;; in a propertize context
|
||||||
|
|
||||||
;; TODO make this less surprising
|
(current-slot (eyebrowse-get 'current-slot))
|
||||||
(current-slot (number-to-string (eyebrowse-get 'current-slot)))
|
(active-item (propertize (number-to-string current-slot)
|
||||||
(active-item (propertize current-slot
|
|
||||||
'face 'eyebrowse-mode-line-active))
|
'face 'eyebrowse-mode-line-active))
|
||||||
(window-configs (eyebrowse-get 'window-configs))
|
(window-configs (eyebrowse-get 'window-configs))
|
||||||
(window-config-slots (mapcar (lambda (item)
|
(window-config-slots (mapcar (lambda (item)
|
||||||
|
|||||||
Reference in New Issue
Block a user