diff options
author | jao <jao@gnu.org> | 2025-09-30 01:46:11 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-30 01:46:11 +0100 |
commit | baea1398986f71054566b1a5a05163d728c580a8 (patch) | |
tree | 18a72047d83fdf70f01be4365dcddb2426d9c69d /init.el | |
parent | 74e78dcad22b1fcd58708ea91af02a4bf966226f (diff) | |
download | elibs-baea1398986f71054566b1a5a05163d728c580a8.tar.gz elibs-baea1398986f71054566b1a5a05163d728c580a8.tar.bz2 |
whitespace
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) |