From baea1398986f71054566b1a5a05163d728c580a8 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 30 Sep 2025 01:46:11 +0100 Subject: whitespace --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.el') 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) -- cgit v1.2.3