diff options
| author | Yuchen Pei <hi@ypei.me> | 2022-10-12 23:32:27 +1100 | 
|---|---|---|
| committer | Yuchen Pei <hi@ypei.me> | 2022-10-12 23:32:27 +1100 | 
| commit | ce49297aa5e143433cf81d17ef27e835b8c22aba (patch) | |
| tree | e7b57b5a6ae46fa4aa539ec80b89a8ee41f41b85 | |
| parent | 1a5c7f6e4f0a6f7b4aa662ad0d9b1fca2bc58ac4 (diff) | |
| -rw-r--r-- | pactl.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -52,7 +52,7 @@      (message "Profile change failed.")))  (defun pactl-get-cards () -  (kill-buffer pactl-buffer) +  (when (get-buffer pactl-buffer) (kill-buffer pactl-buffer))    (call-process-shell-command "pactl -f json list cards" nil pactl-buffer)    (pactl-parse-buffer)) | 
