Skip to content

Commit

Permalink
add my best guess to a packer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshmllow authored Jul 21, 2023
1 parent f0d8aa0 commit b987927
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,29 @@ you to add anything extra to your ~init.el~.
},
#+end_src

*** Packer

#+begin_src lua
use {
"mrshmllow/orgmode-babel.nvim",
requires = {
"nvim-orgmode/orgmode",
"nvim-treesitter/nvim-treesitter"
},
cmd = { "OrgExecute", "OrgTangle" },
opt = true,
config = function ()
require("orgmode-babel").setup({
-- by default, none are enabled
langs = { "python", "lua", ... }

-- paths to emacs packages to additionally load
load_paths = {}
})
end
}
#+end_src

** Usage

All commands accept a ~!~ to skip confirmation.
Expand Down

0 comments on commit b987927

Please sign in to comment.