summaryrefslogtreecommitdiff
path: root/fnl/config/telescope.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-03 21:38:35 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-03 21:38:35 +0100
commitc4ace08e2413a5750141c0ef189a9b716746876e (patch)
tree9ae7080286a6a5d5b67f32a6b48c40bdb93b7558 /fnl/config/telescope.fnl
parent9e43dc9f0456629ee6c0abaa45166713531823a3 (diff)
Add project telescope loading inside of telescope config
Diffstat (limited to 'fnl/config/telescope.fnl')
-rw-r--r--fnl/config/telescope.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl
index c04c4a5..a5fc4ab 100644
--- a/fnl/config/telescope.fnl
+++ b/fnl/config/telescope.fnl
@@ -82,6 +82,7 @@
(telescope.load_extension :fzf)
(telescope.load_extension :frecency)
(telescope.load_extension :orgmode)
+ (telescope.load_extension :projects)
(telescope.load_extension :harpoon)
(util.setup :session-lens lens-opts)
(telescope.load_extension :session-lens)))