Remove doom-modeline pin, add back missing functions

This commit is contained in:
Thiago Kenji Okada
2022-11-01 12:51:01 +00:00
parent 5be4e7ee86
commit d832ec95bc
5 changed files with 58 additions and 30 deletions

View File

@@ -217,6 +217,7 @@ let
chmod u+w $out/config.el
cat $extraConfigPath > $out/config.extra.el
cat > $out/config.el << EOF
(load "${./workarounds.el}")
(load "${doomPrivateDir}/config.el")
(load "$out/config.extra.el")
EOF