Refactor doom/info
This commit is contained in:
parent
79ca2b2911
commit
189e401197
1 changed files with 3 additions and 3 deletions
|
@ -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!")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue