mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Prefer readability over a line length < 80
This commit is contained in:
@ -513,11 +513,8 @@ If prefix arg is present, refresh the cache."
|
|||||||
|
|
||||||
(package--print-help-section "Build")
|
(package--print-help-section "Build")
|
||||||
(let ((default-directory (straight--repos-dir (symbol-name package))))
|
(let ((default-directory (straight--repos-dir (symbol-name package))))
|
||||||
(if
|
(if (file-exists-p default-directory)
|
||||||
(file-exists-p default-directory)
|
(insert (cdr (doom-call-process "git" "log" "-1" "--format=%D %h %ci")))
|
||||||
(insert
|
|
||||||
(cdr
|
|
||||||
(doom-call-process "git" "log" "-1" "--format=%D %h %ci")))
|
|
||||||
(insert "n/a")))
|
(insert "n/a")))
|
||||||
(insert "\n" indent)
|
(insert "\n" indent)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user