Skip to content

Commit 4e50412

Browse files
Load autocompletion file on init to properly register compe source.
1 parent 42c0d5b commit 4e50412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/orgmode/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function Org:init()
2828
capture = self.capture,
2929
agenda = self.agenda,
3030
})
31+
require('orgmode.org.autocompletion') -- Needed for registering compe source
3132
self.initialized = true
3233
end
3334

0 commit comments

Comments
 (0)