doom-info: fix args-out-of-range error
This commit is contained in:
parent
ed0631b404
commit
ab7710adfd
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ ready to be pasted in a bug report on github."
|
||||||
(emacs . ,(delq
|
(emacs . ,(delq
|
||||||
nil (list emacs-version
|
nil (list emacs-version
|
||||||
emacs-repository-branch
|
emacs-repository-branch
|
||||||
(substring (or emacs-repository-version "") 0 9)
|
(and (stringp emacs-repository-version)
|
||||||
|
(substring emacs-repository-version 0 9))
|
||||||
(symlink-path doom-emacs-dir))))
|
(symlink-path doom-emacs-dir))))
|
||||||
(doom . ,(list doom-version
|
(doom . ,(list doom-version
|
||||||
(sh "git" "log" "-1" "--format=%D %h %ci")
|
(sh "git" "log" "-1" "--format=%D %h %ci")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue