Add installation directions for Emms

This commit is contained in:
Jeremy Dormitzer 2019-01-28 21:29:49 -05:00
parent bb087c0711
commit 50e05a7a22

View File

@ -2385,7 +2385,16 @@ becomes:
#+END_SRC
* EMMS
The Emacs Multi-Media System
The Emacs Multi-Media System. For libtag to work, libtag must be installed on the system via the system package manager. Then Emms should be installed from source via:
#+BEGIN_SRC shell :tangle no
git clone git://git.sv.gnu.org/emms.git
cd emms
make emms-print-metadata
make
make install
#+END_SRC
#+BEGIN_SRC emacs-lisp
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/emms")
(when (require 'emms-setup nil t)