mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
255 B
EmacsLisp
9 lines
255 B
EmacsLisp
;;; tools/magit/autoload.el -*- lexical-binding: t; -*-
|
|
|
|
;;;###autoload
|
|
(defun +magit/quit (&optional _kill-buffer)
|
|
"TODO"
|
|
(interactive)
|
|
(magit-restore-window-configuration)
|
|
(mapc #'kill-buffer (doom-buffers-in-mode 'magit-mode (buffer-list) t)))
|