diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-29 22:05:03 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-29 22:05:03 +0100 |
commit | d7cf53cf3a1e95072c5db5e84f36f3260676039e (patch) | |
tree | 5db569915bc6d6953a8c9a37d3657abcaeb8f3c0 | |
parent | 5d8821e5726e9c483e9a95bee2a39e50c6cf42b8 (diff) |
Add org shortcut to alpha
-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) |