mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor doom/info
This commit is contained in:
@ -92,9 +92,9 @@ selection of all minor-modes, active or not."
|
|||||||
"Collects information about this session of Doom Emacs and copies it to the
|
"Collects information about this session of Doom Emacs and copies it to the
|
||||||
clipboard. Helpful when filing bug reports!"
|
clipboard. Helpful when filing bug reports!"
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "Producing information about your system...")
|
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
|
(message "Producing information about your system...")
|
||||||
(call-process (expand-file-name "bin/doom-doctor" doom-emacs-dir) nil t)
|
(call-process (expand-file-name "bin/doom-doctor" doom-emacs-dir) nil t)
|
||||||
(ansi-color-apply-on-region (point-min) (point-max))
|
(ansi-color-apply-on-region (point-min) (point-max))
|
||||||
(kill-new (buffer-string)))
|
(kill-new (buffer-string))
|
||||||
(message "Copied to clipboard!"))
|
(message "Done. Copied to clipboard!")))
|
||||||
|
Reference in New Issue
Block a user