summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-14 15:05:23 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-14 15:05:23 +0100
commit93aae3b12c8aceb3459c574e8277655f82c03224 (patch)
tree9121c27ee690a026b92894a8d49e311380d00713
parent6f3acd66dd660ebc7d100fcac8df313d33789130 (diff)
Rename EMMS section to Music.
And rewrite to use use-package.
-rw-r--r--init.org14
1 files changed, 5 insertions, 9 deletions
diff --git a/init.org b/init.org
index accdfdf..47bac39 100644
--- a/init.org
+++ b/init.org
@@ -782,20 +782,16 @@ When writing Org-mode documents or when browsing the web with Eww I prefer to se
(markdown-mode-hook . olivetti-mode)))
#+END_SRC
-* Multimedia with EMMS
-
-Not EMMS but MPC:
-
-#+BEGIN_SRC elisp
-(setq simple-mpc-arguments "-h 192.168.178.20")
-#+END_SRC
-
+* Music
+I run MPC on a local server.
#+BEGIN_SRC elisp
+(use-package simple-mpc
+ :custom
+ (simple-mpc-arguments "-h 192.168.178.20"))
#+END_SRC
-
* Lilypond
Activate Lilypond mode when I’m opening a Lilypond score.