add keybind

This commit is contained in:
Anthony Cicchetti 2020-12-23 20:12:00 -05:00
parent a2a1f8659a
commit 00fb952cf9

View file

@ -157,6 +157,7 @@
(evil-define-key 'normal 'global (kbd "<leader> SPC l") 'org-store-link)
(evil-define-key 'normal 'global (kbd "<leader> SPC a") 'org-agenda)
(evil-define-key 'normal 'global (kbd "<leader> SPC c") 'org-capture)
(evil-define-key 'normal 'global (kbd "g [") 'org-open-at-point)
)
(use-package toc-org