diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-02-06 15:52:14 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-02-06 15:52:14 -0800 |
| commit | 51116ed17e2febc06dc795e5893d3a31e97962e9 (patch) | |
| tree | 17ec9ca6f8475931e1f26f94928b753c042e06d1 /config/emacs.org | |
| parent | 9e826d9c2bad4a7ccf183257118be37083f26782 (diff) | |
server and desktop configurations are working fully and booting
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/emacs.org b/config/emacs.org index 68ca825..7de4d85 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -783,6 +783,10 @@ Set up emms in order to play music from my music directory: (emms-player-mpd-server-name "localhost" "Connect to localhost") (emms-player-mpd-server-port "6600" "Connect to port 6600") (emms-player-list '(emms-player-mpd) "Use mpd") + (emms-lyrics-display-on-modeline t) + :hook + ((emms-playlist-mode . emms-lyrics-mode) + (emms-player-started . emms-lyrics-lrclib-get)) :init (emms-all) (add-to-list 'emms-info-functions 'emms-info-mpd) |
