Rename repo

This commit is contained in:
Joao Sa 2022-11-02 00:55:26 +01:00
parent 68b90fb2cf
commit 44bc774326
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ local actions = require("telescope.actions")
local action_state = require("telescope.actions.state")
local state = require("telescope.state")
local utils = require('orgmode-telescope.utils')
local utils = require('telescope-orgmode.utils')
local Files = require('orgmode.parser.files')
local Capture = require('orgmode.capture')

View File

@ -2,7 +2,7 @@ local pickers = require("telescope.pickers")
local finders = require("telescope.finders")
local conf = require("telescope.config").values
local utils = require('orgmode-telescope.utils')
local utils = require('telescope-orgmode.utils')
return function(opts)
opts = opts or {}