adding some keybindings

This commit is contained in:
Alan Schmitt 2019-05-07 08:25:33 +02:00
parent e088a21335
commit 9a2315a6cb

View file

@ -305,6 +305,9 @@ between the two."
"e" #'org-table-edit-formulas "e" #'org-table-edit-formulas
"=" #'org-table-eval-formulas)))) "=" #'org-table-eval-formulas))))
(map! :map org-agenda-mode-map
:localleader
"s" #'org-agenda-schedule)
(defun +org|setup-evil-keybinds (&rest args) (defun +org|setup-evil-keybinds (&rest args)
(unless args ; lookout for recursive requires (unless args ; lookout for recursive requires