diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-15 15:51:02 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-15 15:51:02 -0500 |
| commit | 16a2f87a246f60367472f5f52f8493aeec9169a9 (patch) | |
| tree | dd38b590c8ab63f59a1b32433db59bf3e96da55f /modules/undead-buffers.el | |
| parent | da4f0230a501bb9253a1a5db135e3353ca1fa571 (diff) | |
| download | dotemacs-16a2f87a246f60367472f5f52f8493aeec9169a9.tar.gz dotemacs-16a2f87a246f60367472f5f52f8493aeec9169a9.zip | |
fix: only use mpd to play music; fix space in playlist buffername
Diffstat (limited to 'modules/undead-buffers.el')
| -rw-r--r-- | modules/undead-buffers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/undead-buffers.el b/modules/undead-buffers.el index 711b657b9..428ed870a 100644 --- a/modules/undead-buffers.el +++ b/modules/undead-buffers.el @@ -18,7 +18,7 @@ ;;; Code: (defvar cj/buffer-bury-alive-list - '("*dashboard*" "*scratch*" "*EMMS Playlist*" "*Messages*" "*ert*" "*AI-Assistant*") + '("*dashboard*" "*scratch*" "*EMMS-Playlist*" "*Messages*" "*ert*" "*AI-Assistant*") "Buffers to bury instead of killing.") (defun cj/kill-buffer-or-bury-alive (buffer) |
