From 50e05a7a22dd566ba334b50a388d4e0bf3886e54 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 28 Jan 2019 21:29:49 -0500 Subject: [PATCH] Add installation directions for Emms --- emacs/init.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index cd97a3d..0786943 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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)