Skip to content

Commit

Permalink
Bump to latest orgmode version as need it for on_cancel callback w/ c…
Browse files Browse the repository at this point in the history
…apture
  • Loading branch information
chipsenkbeil committed May 1, 2024
1 parent fa5ce05 commit 827a5e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DOCS.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -16,7 +16,7 @@
dependencies = {
{
"nvim-orgmode/orgmode",
commit = "5875037fa9c7c8e0abf29cd69510150355d248a0",
commit = "d4cc3210f235a845de8d372d02482163d31ded93",
},
},
config = function()
Expand All @@ -35,7 +35,7 @@
requires = {
{
"nvim-orgmode/orgmode",
commit = "5875037fa9c7c8e0abf29cd69510150355d248a0",
commit = "d4cc3210f235a845de8d372d02482163d31ded93",
},
},
config = function()
Expand Down
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -22,7 +22,7 @@
dependencies = {
{
"nvim-orgmode/orgmode",
commit = "5875037fa9c7c8e0abf29cd69510150355d248a0",
commit = "d4cc3210f235a845de8d372d02482163d31ded93",
},
},
config = function()
Expand All @@ -46,7 +46,7 @@
requires = {
{
"nvim-orgmode/orgmode",
commit = "5875037fa9c7c8e0abf29cd69510150355d248a0",
commit = "d4cc3210f235a845de8d372d02482163d31ded93",
},
},
config = function()
Expand Down

0 comments on commit 827a5e3

Please sign in to comment.