summaryrefslogtreecommitdiff
path: root/fnl/config/telescope.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 02:58:07 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 02:58:07 +0200
commit336c4378f801bddd54440f3b8165a0f636702ef8 (patch)
tree3698749fda46c092023c4537e3276b37bd2d56a6 /fnl/config/telescope.fnl
parentbce211d1ee112e32f149176694161cbee6f04c36 (diff)
Add frecency, fix plenary
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 8f0459f..c46b0fb 100644
--- a/fnl/config/telescope.fnl
+++ b/fnl/config/telescope.fnl
@@ -79,4 +79,5 @@
(telescope.load_extension :file_browser)
(telescope.load_extension :session-lens)
(telescope.load_extension :harpoon)
+ (telescope.load_extension :frecency)
(telescope.load_extension :projects)))