diff options
author | Yuchen Pei <id@ypei.org> | 2025-03-09 09:46:35 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-03-09 09:46:35 +1100 |
commit | 4c65d5f267f3ed70224ae6e8c26430a9571a21dd (patch) | |
tree | 24c93ea5d2ae8f32e2e49e861a5b6504229f1fa1 /emacs/.emacs.d/lisp/my/infobox.el | |
parent | 91a65da0359839fd5d4c95d62d49fabffad8998a (diff) |
[emacs][mpv][bashrc] emms group play fix
Diffstat (limited to 'emacs/.emacs.d/lisp/my/infobox.el')
-rw-r--r-- | emacs/.emacs.d/lisp/my/infobox.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.emacs.d/lisp/my/infobox.el b/emacs/.emacs.d/lisp/my/infobox.el index 0e5e054..ff4adb6 100644 --- a/emacs/.emacs.d/lisp/my/infobox.el +++ b/emacs/.emacs.d/lisp/my/infobox.el @@ -171,9 +171,4 @@ something like (lambda (line) (string-match-p "^[0-9]" line)) (split-string (buffer-string) "\n")))) -(defun my-call-process-out (command &rest args) - (with-temp-buffer - (apply 'call-process (append (list command nil t nil) args)) - (buffer-string))) - (provide 'infobox) |