mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
adding some keybindings
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user