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
|
||||
"r" #'org-table-recalculate
|
||||
"e" #'org-table-edit-formulas
|
||||
"=" #'org-table-eval-formulas))))
|
||||
"=" #'org-table-eval-formulas)))
|
||||
|
||||
(map! :map org-agenda-mode-map
|
||||
:localleader
|
||||
"d" #'org-agenda-deadline
|
||||
"r" #'org-agenda-refile
|
||||
"s" #'org-agenda-schedule
|
||||
"t" #'org-agenda-todo)
|
||||
(map! :map org-agenda-mode-map
|
||||
:localleader
|
||||
"d" #'org-agenda-deadline
|
||||
"r" #'org-agenda-refile
|
||||
"s" #'org-agenda-schedule
|
||||
"t" #'org-agenda-todo))
|
||||
|
||||
(defun +org|setup-evil-keybinds (&rest args)
|
||||
(unless args ; lookout for recursive requires
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue