diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 02:58:07 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 02:58:07 +0200 |
commit | 336c4378f801bddd54440f3b8165a0f636702ef8 (patch) | |
tree | 3698749fda46c092023c4537e3276b37bd2d56a6 /fnl/config | |
parent | bce211d1ee112e32f149176694161cbee6f04c36 (diff) |
Add frecency, fix plenary
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/telescope.fnl | 1 |
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))) |