diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:23 +0100 |
commit | 93aae3b12c8aceb3459c574e8277655f82c03224 (patch) | |
tree | 9121c27ee690a026b92894a8d49e311380d00713 | |
parent | 6f3acd66dd660ebc7d100fcac8df313d33789130 (diff) |
Rename EMMS section to Music.
And rewrite to use use-package.
-rw-r--r-- | init.org | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -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. |