summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-17 23:02:15 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-17 23:02:15 +0200
commit28b9744f4e567aee9e49ee052734694c70dfdef3 (patch)
tree509be3d197e026844e7d406e433d0a398effe039
parent198c58ffd22d72c383a2c26cafb406c1598cd459 (diff)
Load orgmode on lazy
-rw-r--r--fnl/plugins/orgmode.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl
index e3f2974..04cd3b4 100644
--- a/fnl/plugins/orgmode.fnl
+++ b/fnl/plugins/orgmode.fnl
@@ -95,6 +95,7 @@
{1 :nvim-orgmode/orgmode
:dependencies [:akinsho/org-bullets.nvim :chipsenkbeil/org-roam.nvim]
:ft [:org :orgagenda]
+ :event :VeryLazy
: config
: init
: keys}