From 827a5e3a649a133ec37bc4c2946bf1eb0ee586e6 Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Wed, 1 May 2024 10:06:31 -0500 Subject: [PATCH] Bump to latest orgmode version as need it for on_cancel callback w/ capture --- DOCS.org | 6 +++--- README.org | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DOCS.org b/DOCS.org index 9b74ffa..c072bff 100644 --- a/DOCS.org +++ b/DOCS.org @@ -6,7 +6,7 @@ ** Installation - This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] @ [[https://github.com/nvim-orgmode/orgmode/commit/5875037fa9c7c8e0abf29cd69510150355d248a0][commit 5875037]]. + This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] @ [[https://github.com/nvim-orgmode/orgmode/commit/d4cc3210f235a845de8d372d02482163d31ded93][commit d4cc321]]. *** lazy.nvim @@ -16,7 +16,7 @@ dependencies = { { "nvim-orgmode/orgmode", - commit = "5875037fa9c7c8e0abf29cd69510150355d248a0", + commit = "d4cc3210f235a845de8d372d02482163d31ded93", }, }, config = function() @@ -35,7 +35,7 @@ requires = { { "nvim-orgmode/orgmode", - commit = "5875037fa9c7c8e0abf29cd69510150355d248a0", + commit = "d4cc3210f235a845de8d372d02482163d31ded93", }, }, config = function() diff --git a/README.org b/README.org index 36ed507..dd0f30b 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ ** Installation - This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] @ [[https://github.com/nvim-orgmode/orgmode/commit/5875037fa9c7c8e0abf29cd69510150355d248a0][commit 5875037]]. + This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] @ [[https://github.com/nvim-orgmode/orgmode/commit/d4cc3210f235a845de8d372d02482163d31ded93][commit d4cc321]]. *** lazy.nvim (recommended) @@ -22,7 +22,7 @@ dependencies = { { "nvim-orgmode/orgmode", - commit = "5875037fa9c7c8e0abf29cd69510150355d248a0", + commit = "d4cc3210f235a845de8d372d02482163d31ded93", }, }, config = function() @@ -46,7 +46,7 @@ requires = { { "nvim-orgmode/orgmode", - commit = "5875037fa9c7c8e0abf29cd69510150355d248a0", + commit = "d4cc3210f235a845de8d372d02482163d31ded93", }, }, config = function()