From 7c3b44062359d4e9e224b62dcf355798c0a10c18 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 31 Jan 2025 15:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-31 15:45:03 --- .config/nvim/lua/plugins/orgmode.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/orgmode.lua b/.config/nvim/lua/plugins/orgmode.lua index 641c1033..0daa90f7 100644 --- a/.config/nvim/lua/plugins/orgmode.lua +++ b/.config/nvim/lua/plugins/orgmode.lua @@ -6,7 +6,7 @@ return { dependencies = { { "ficcdaf/org-modern.nvim", - dev = true, + dev = false, }, }, opts = function() @@ -31,7 +31,7 @@ return { local Menu = require("org-modern.menu") Menu:new({ window = { - margin = { 1, 120, 1, 10 }, + margin = { 1, 10, 1, 10 }, padding = { 0, 1, 0, 1 }, title_pos = "center", border = "single",