dev: merging from main
This commit is contained in:
commit
8d5872a067
3 changed files with 15 additions and 14 deletions
|
@ -319,7 +319,8 @@ list remains lean."
|
|||
(print-group!
|
||||
(if-let (pin (cdr (assoc package pinned)))
|
||||
(print! (item "Pinned to %s") pin)
|
||||
(print! (item "Checked out %s") commit)))
|
||||
(when commit
|
||||
(print! (item "Checked out %s") commit))))
|
||||
;; HACK: Line encoding issues can plague
|
||||
;; repos with dirty worktree prompts
|
||||
;; when updating packages or "Local
|
||||
|
|
|
@ -91,7 +91,7 @@ OPTIONS:
|
|||
(when (doom-profile-generate)
|
||||
(print! (item "Restart Emacs or use 'M-x doom/reload' for changes to take effect"))
|
||||
(run-hooks 'doom-after-sync-hook))
|
||||
(when (and (not rebuild?) (not nobuild?))
|
||||
(when (or rebuild? (not (file-exists-p doom-cli-sync-info-file)))
|
||||
(with-temp-file doom-cli-sync-info-file
|
||||
(prin1 (cons emacs-version (system-name)) (current-buffer))))
|
||||
t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue