summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-30 01:46:11 +0100
committerjao <jao@gnu.org>2025-09-30 01:46:11 +0100
commitbaea1398986f71054566b1a5a05163d728c580a8 (patch)
tree18a72047d83fdf70f01be4365dcddb2426d9c69d /init.el
parent74e78dcad22b1fcd58708ea91af02a4bf966226f (diff)
downloadelibs-baea1398986f71054566b1a5a05163d728c580a8.tar.gz
elibs-baea1398986f71054566b1a5a05163d728c580a8.tar.bz2
whitespace
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)