‘now-playing.el’ is an Emacs Transient interface for the macOS Music app. ‘now-playing.el’ lets you control the Music app with the following commands: - Pause/Play (SPC) - Previous (p) and Next (n) Track - Open (launch) Music app (o) - Increase () and Decrease () volume - Refresh current track (r) ‘now-playing.el’ is an ancillary interface to the Music app, providing only a subset of controls to it and no more. INSTALL ‘now-playing.el’ by default will attempt to load the macOS SF Symbols font when running Emacs as a GUI. Use the convenience command now-playing-init to setup both SF Symbols and to globally set your keybinding preference (default ) to the Transient menu `now-playing-tmenu'. Interactively run “M-x now-playing-init” or add the following line to your Emacs initialization file: (now-playing-init "") Alternately, a direct setting of your keybinding preference to `now-playing-tmenu' can be done as follows: (keymap-global-set "" #'now-playing-tmenu) USAGE Running ‘now-playing.el’ can be done via “M-x now-playing-tmenu” or by using your preferred keybinding.