summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index f93d836..53631a4 100644
--- a/init.el
+++ b/init.el
@@ -1655,7 +1655,8 @@
(jao-when-linux (require 'jao-custom-multimedia))
;;;; mpc
-(use-package jao-mpc :demand t)
+(use-package jao-mpc
+ :demand t)
(defmacro jao-defun-play (name &optional mpc-name)
(let ((arg (gensym)))
@@ -1746,6 +1747,8 @@
(global-set-key (kbd "s-m") #'jao-transient-media)
+(jao-mpc-setup nil 70)
+
;;; Graphical window system
(defvar jao-exwm-enabled nil)