diff options
author | Joe <rbo@gmx.us> | 2023-12-21 17:07:02 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-21 17:07:02 +0100 |
commit | 62946031981efcaa0183e72899cc03a001ec932f (patch) | |
tree | 944dc218c10961ab99b465641c5eeee6aa783733 /.config/nvim/after/plugin/org.lua | |
parent | up (diff) | |
download | dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.gz dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.bz2 dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.xz dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.zst dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/org.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/after/plugin/org.lua b/.config/nvim/after/plugin/org.lua deleted file mode 100644 index 662ad08..0000000 --- a/.config/nvim/after/plugin/org.lua +++ /dev/null @@ -1,4 +0,0 @@ --- Org-mode -vim.g.org_todo_keywords = { 'TODO', '|', 'DONE', 'CANCELED' } -vim.g.org_export_emacs = "/usr/bin/emacs" - |