summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-01 03:12:32 +0100
committerjao <jao@gnu.org>2021-06-01 03:12:32 +0100
commitf44288f792b42c5b7fc3fe979e4915afdd3e2e33 (patch)
treecb3dab54db5ff5a40d55e22a262e4326eb04bbeb /init.org
parent4ffdc3317f332fee97697a976c517bfe7edbc544 (diff)
downloadelibs-f44288f792b42c5b7fc3fe979e4915afdd3e2e33.tar.gz
elibs-f44288f792b42c5b7fc3fe979e4915afdd3e2e33.tar.bz2
mpc: we don't need mpdn/elmpd: mpc has an idleloop
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.org b/init.org
index 04a3f8d..773b2fa 100644
--- a/init.org
+++ b/init.org
@@ -2970,10 +2970,6 @@
(defalias 'jao-player-echo 'jao-mpc-echo-current)
(defalias 'jao-player-list 'jao-mpc-show-playlist)
(defalias 'jao-player-browse 'jao-mpc-show-albums)
-
- (use-package elmpd :ensure t)
- (use-package jao-mpdn :demand t)
- (jao-mpdn-setup)
#+end_src
*** mopidy
#+begin_src emacs-lisp