mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Merge pull request #527 from bandresen/tools/magit+magit--kill-buffer
Fix: tools/magit: +magit--kill-buffer function call corrected
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
(kill-buffer buf)
|
||||
(with-current-buffer buf
|
||||
(if (process-live-p process)
|
||||
(run-with-timer 5 nil #'+magit--kill buf)
|
||||
(run-with-timer 5 nil #'+magit--kill-buffer buf)
|
||||
(kill-process process)
|
||||
(kill-buffer buf)))))))
|
||||
|
||||
|
Reference in New Issue
Block a user