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 /nix/init.el | |
| parent | 9e826d9c2bad4a7ccf183257118be37083f26782 (diff) | |
server and desktop configurations are working fully and booting
Diffstat (limited to 'nix/init.el')
| -rw-r--r-- | nix/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/init.el b/nix/init.el index 56d7e4b..65c3327 100644 --- a/nix/init.el +++ b/nix/init.el @@ -638,6 +638,10 @@ (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) |
