summaryrefslogtreecommitdiff
path: root/fnl/config/telescope.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-17 00:36:26 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-17 00:36:26 +0200
commit885552708c0306cd226e7d22fe8a5728bbd951e2 (patch)
tree769cfecff7269f6f1f754b861836753dc242529e /fnl/config/telescope.fnl
parent9688dab96217ff11d2524bf2340dbd3d976db0b8 (diff)
Fix loading of telescope extensions
Diffstat (limited to 'fnl/config/telescope.fnl')
-rw-r--r--fnl/config/telescope.fnl5
1 files changed, 1 insertions, 4 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl
index dc58b01..d421b0d 100644
--- a/fnl/config/telescope.fnl
+++ b/fnl/config/telescope.fnl
@@ -76,7 +76,4 @@
:override_file_sorter true
:case_mode :smart_case}}})
(telescope.load_extension :fzf)
- (telescope.load_extension :session-lens)
- (telescope.load_extension :harpoon)
- (telescope.load_extension :frecency)
- (telescope.load_extension :projects)))
+ (telescope.load_extension :frecency)))