feat: save selected bootloader entry

This commit is contained in:
Michael Mandl 2024-04-15 22:08:11 +02:00
parent 61278a25fc
commit a7d288ef9b
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
local neorg = require("neorg")
neorg.setup({
load = {
["core.defaults"] = {}
}
})