add keybind
This commit is contained in:
parent
a2a1f8659a
commit
00fb952cf9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue