Fix void-variable emacs-repository-branch in doom-info
Seems this var doesn't exist in some Emacs builds?
This commit is contained in:
parent
f60f576048
commit
2ef54eb782
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ ready to be pasted in a bug report on github."
|
||||||
(distro . ,(list (doom-system-distro-version) (sh "uname" "-msr")))
|
(distro . ,(list (doom-system-distro-version) (sh "uname" "-msr")))
|
||||||
(emacs . ,(delq
|
(emacs . ,(delq
|
||||||
nil (list emacs-version
|
nil (list emacs-version
|
||||||
emacs-repository-branch
|
(bound-and-true-p emacs-repository-branch)
|
||||||
(and (stringp emacs-repository-version)
|
(and (stringp emacs-repository-version)
|
||||||
(substring emacs-repository-version 0 9))
|
(substring emacs-repository-version 0 9))
|
||||||
(symlink-path doom-emacs-dir))))
|
(symlink-path doom-emacs-dir))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue