Add tools/magit/autoload.el
This commit is contained in:
parent
2ff7f48994
commit
b98e26856d
1 changed files with 8 additions and 0 deletions
8
modules/tools/magit/autoload.el
Normal file
8
modules/tools/magit/autoload.el
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
;;; 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)))
|
Loading…
Add table
Add a link
Reference in a new issue