Updated doom emacs

This commit is contained in:
Michael Chalupiak
2026-01-26 01:05:03 -05:00
parent f2fa6c1267
commit cc5246f38b
3 changed files with 27 additions and 17 deletions

View File

@@ -49,5 +49,16 @@ return {
version = "*", -- Pin Neorg to the latest stable release
config = true,
},
-- {
-- "Olical/conjure"
-- },
{
"vlime/vlime",
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. '/vim/')
end
},
}