diff options
author | Joe <rrbo@proton.me> | 2023-09-07 13:18:08 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-09-07 13:18:08 +0200 |
commit | e995e454ce1315980e932994c02465e972589c53 (patch) | |
tree | 28cb2d897eefd9feb71d3b10fa0fe813bb267709 /.config/nvim/lua | |
parent | up (diff) | |
download | dotfiles-bsd-e995e454ce1315980e932994c02465e972589c53.tar.gz dotfiles-bsd-e995e454ce1315980e932994c02465e972589c53.tar.bz2 dotfiles-bsd-e995e454ce1315980e932994c02465e972589c53.tar.xz dotfiles-bsd-e995e454ce1315980e932994c02465e972589c53.tar.zst dotfiles-bsd-e995e454ce1315980e932994c02465e972589c53.zip |
up
Diffstat (limited to '.config/nvim/lua')
-rw-r--r-- | .config/nvim/lua/plugs-config/org.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugs-config/org.lua b/.config/nvim/lua/plugs-config/org.lua new file mode 100644 index 0000000..662ad08 --- /dev/null +++ b/.config/nvim/lua/plugs-config/org.lua @@ -0,0 +1,4 @@ +-- Org-mode +vim.g.org_todo_keywords = { 'TODO', '|', 'DONE', 'CANCELED' } +vim.g.org_export_emacs = "/usr/bin/emacs" + |