Mention current theme and font in doom/info
This commit is contained in:
parent
45179fbf59
commit
2c663ea5d4
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ ready to be pasted in a bug report on github."
|
|||
(doom
|
||||
(dir . ,(abbrev-path (file-truename doom-private-dir)))
|
||||
(version . ,doom-version)
|
||||
,@(when doom-interactive-p
|
||||
`((font . ,(bound-and-true-p doom-font))
|
||||
(theme . ,(bound-and-true-p doom-theme))))
|
||||
(build . ,(sh "git" "log" "-1" "--format=%D %h %ci"))
|
||||
(elc-files
|
||||
. ,(length (doom-files-in `(,@doom-modules-dirs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue