notes/orgmode: fix npins name incompat

This commit is contained in:
raf 2025-02-11 22:17:12 +03:00
parent d221c4b49a
commit 678598167c
No known key found for this signature in database
GPG key ID: EED98D11B85A2819

View file

@ -13,9 +13,7 @@ in {
config = mkIf cfg.enable (mkMerge [
{
vim = {
startPlugins = [
"orgmode-nvim"
];
startPlugins = ["orgmode"];
binds.whichKey.register = pushDownDefault {
"<leader>o" = "+Notes";