fix(lib): update reference to deprecated alias

This commit is contained in:
pancho horrillo
2025-07-21 08:53:23 +02:00
committed by Henrik Lissner
parent c2c4f74d3e
commit 8b3894a94b

View File

@@ -145,7 +145,7 @@ cannot bootload from an arbitrary location."
(doom-file-write
file `(";; -*- lexical-binding: t; tab-width: 8; -*-\n"
";; Updated: " ,(format-time-string "%Y-%m-%d %H:%M:%S") "\n"
";; Generated by 'doom profiles sync' or 'doom sync'.\n"
";; Generated by 'doom profile sync' or 'doom sync'.\n"
";; DO NOT EDIT THIS BY HAND!\n"
,(format "%S" doom-version)
(pcase (intern (getenv-internal "DOOMPROFILE"))