diff options
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index d07196c..461de10 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1664,6 +1664,13 @@ order to prime the cache. @subsubheading emms-volume.el integration +To activate this, add the following to your .emacs. + +@example +(setq emms-volume-lower-function 'emms-volume-mpd-lower + emms-volume-raise-function 'emms-volume-mpd-raise) +@end example + @defopt emms-player-mpd-volume-change-amount The amount to use when raising or lowering the volume using the emms-volume interface. |