add emms config
This commit is contained in:
parent
089b871051
commit
78ff7bdabd
11
init.el
11
init.el
@ -630,3 +630,14 @@
|
|||||||
smtpmail-stream-type 'starttls
|
smtpmail-stream-type 'starttls
|
||||||
send-mail-function 'smtpmail-send-it
|
send-mail-function 'smtpmail-send-it
|
||||||
message-send-mail-function 'smtpmail-send-it))
|
message-send-mail-function 'smtpmail-send-it))
|
||||||
|
|
||||||
|
;;; EMMS
|
||||||
|
|
||||||
|
(use-package emms
|
||||||
|
:ensure t
|
||||||
|
:init
|
||||||
|
(setq emms-player-list '(emms-player-mpv))
|
||||||
|
(setq emms-volume-change-function 'emms-volume-pulse-change)
|
||||||
|
(setq emms-player-mpv-parameters '("--quiet" "--really-quiet" "--no-audio-display" "--no-video"))
|
||||||
|
:config
|
||||||
|
(emms-all))
|
||||||
|
Loading…
Reference in New Issue
Block a user