adding some keybindings
This commit is contained in:
parent
e088a21335
commit
9a2315a6cb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue