This commit is contained in:
Michael Chalupiak
2024-11-07 13:43:15 -05:00
parent 4eccdd9275
commit a5a1f9a42c
3 changed files with 6 additions and 1 deletions

View File

@@ -145,3 +145,6 @@
(defun open-mpc () (interactive)
(setq mpc-host (read-string "IP Address:"))
(call-interactively 'mpc))
(set-frame-parameter nil 'alpha-background 80) ; For current frame
(add-to-list 'default-frame-alist '(alpha-background . 80)) ; For all new frames henceforth