Auto generate docs
This commit is contained in:
parent
29e1efd20a
commit
cf5c90c079
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
*orgmode-babel.nvim.txt* For NVIM v0.9.0 Last change: 2023 July 22
|
*orgmode-babel.nvim.txt* For NVIM v0.9.0 Last change: 2023 July 23
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *orgmode-babel.nvim-table-of-contents*
|
Table of Contents *orgmode-babel.nvim-table-of-contents*
|
||||||
|
|
@ -46,7 +46,7 @@ LAZY.NVIM ~
|
||||||
cmd = { "OrgExecute", "OrgTangle" },
|
cmd = { "OrgExecute", "OrgTangle" },
|
||||||
opts = {
|
opts = {
|
||||||
-- by default, none are enabled
|
-- by default, none are enabled
|
||||||
langs = { "python", "lua", ... }
|
langs = { "python", "lua", ... },
|
||||||
|
|
||||||
-- paths to emacs packages to additionally load
|
-- paths to emacs packages to additionally load
|
||||||
load_paths = {}
|
load_paths = {}
|
||||||
|
|
@ -69,7 +69,7 @@ PACKER ~
|
||||||
config = function ()
|
config = function ()
|
||||||
require("orgmode-babel").setup({
|
require("orgmode-babel").setup({
|
||||||
-- by default, none are enabled
|
-- by default, none are enabled
|
||||||
langs = { "python", "lua", ... }
|
langs = { "python", "lua", ... },
|
||||||
|
|
||||||
-- paths to emacs packages to additionally load
|
-- paths to emacs packages to additionally load
|
||||||
load_paths = {}
|
load_paths = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue