From 0f4266aabc72c8c5298e79ec3ea971a4c9eae50f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 26 Jan 2025 16:00:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-26 16:00:02 --- .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 d3a76cd1..39197dfb 100644 --- a/.config/nvim/lua/plugins/orgmode.lua +++ b/.config/nvim/lua/plugins/orgmode.lua @@ -26,7 +26,7 @@ return { local Menu = require("org-modern.menu") Menu:new({ window = { - margin = { 1, 0, 1, 0 }, + margin = { 1, 10, 1, 10 }, padding = { 0, 1, 0, 1 }, title_pos = "center", border = "single",