mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-27 15:20:52 -07:00
fix(lib): update reference to deprecated alias
This commit is contained in:
parent
c2c4f74d3e
commit
8b3894a94b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue