moving to the setup-keybind function
This commit is contained in:
parent
d1f017542f
commit
ec15b36665
1 changed files with 7 additions and 7 deletions
|
@ -303,14 +303,14 @@ between the two."
|
||||||
"c" #'org-table-create
|
"c" #'org-table-create
|
||||||
"r" #'org-table-recalculate
|
"r" #'org-table-recalculate
|
||||||
"e" #'org-table-edit-formulas
|
"e" #'org-table-edit-formulas
|
||||||
"=" #'org-table-eval-formulas))))
|
"=" #'org-table-eval-formulas)))
|
||||||
|
|
||||||
(map! :map org-agenda-mode-map
|
(map! :map org-agenda-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
"d" #'org-agenda-deadline
|
"d" #'org-agenda-deadline
|
||||||
"r" #'org-agenda-refile
|
"r" #'org-agenda-refile
|
||||||
"s" #'org-agenda-schedule
|
"s" #'org-agenda-schedule
|
||||||
"t" #'org-agenda-todo)
|
"t" #'org-agenda-todo))
|
||||||
|
|
||||||
(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