Adjust code to follow conventions

This commit is contained in:
Vasilij Schneidermann
2014-09-01 21:51:24 +02:00
parent 0b5316b4f8
commit 483191dff1

View File

@ -252,9 +252,8 @@ last window config."
;; `current-slot' is used differently than usual, this time
;; in a propertize context
;; TODO make this less surprising
(current-slot (number-to-string (eyebrowse-get 'current-slot)))
(active-item (propertize current-slot
(current-slot (eyebrowse-get 'current-slot))
(active-item (propertize (number-to-string current-slot)
'face 'eyebrowse-mode-line-active))
(window-configs (eyebrowse-get 'window-configs))
(window-config-slots (mapcar (lambda (item)