From f25937300546127926e81892db8e7ada3ca6c887 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 30 Jan 2025 23:30:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-30 23:30:03 --- .config/nvim/lua/plugins/orgmode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/orgmode.lua b/.config/nvim/lua/plugins/orgmode.lua index c704e96e..641c1033 100644 --- a/.config/nvim/lua/plugins/orgmode.lua +++ b/.config/nvim/lua/plugins/orgmode.lua @@ -31,7 +31,7 @@ return { local Menu = require("org-modern.menu") Menu:new({ window = { - margin = { 1, 10, 1, 10 }, + margin = { 1, 120, 1, 10 }, padding = { 0, 1, 0, 1 }, title_pos = "center", border = "single",