diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |