Guest User

Untitled

a guest
Aug 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. (setq-default mode-line-format
  2. '(
  3. (:eval
  4. (propertize
  5. " ⏸ "
  6. 'local-map (make-mode-line-mouse-map 'mouse-1 'helm-spotify-plus-toggle-play-pause)
  7. )
  8. )
  9.  
  10. ))
Add Comment
Please, Sign In to add comment