diff options
Diffstat (limited to 'fnl/plugins/ui/alpha.fnl')
-rw-r--r-- | fnl/plugins/ui/alpha.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/plugins/ui/alpha.fnl b/fnl/plugins/ui/alpha.fnl index 87c45e0..b3b6e80 100644 --- a/fnl/plugins/ui/alpha.fnl +++ b/fnl/plugins/ui/alpha.fnl @@ -35,6 +35,8 @@ ":Telescope oldfiles theme=dropdown<CR>") (dashboard.button :c " Configuration" ":e ~/.config/nvim/init.lua <CR>") + (dashboard.button :o " Org" + ":Telescope find_files theme=dropdown cwd=~/.local/share/org<CR>") (dashboard.button :q " Quit Neovim" ":qa<CR>")]) (set dashboard.section.header.opts.hl :AlphaHeader) (set dashboard.section.buttons.opts.hl :AlphaButtons) |