You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code which set-key-for-mode for org-mode completely shadows my other preferred bindings, is there a way to disalbe this default way? in other words i would rather prefer m a as org-agenda as I have a for other bindings which I would like to retain even while i am in org-mode. thanks for help.
(evil-leader/set-key-for-mode 'org-mode
"t" 'org-show-todo-tree "t" 'org-show-todo-tree
"a" 'org-agenda "a" 'org-agenda
"x" 'org-archive-subtree "x" 'org-archive-subtree
The text was updated successfully, but these errors were encountered:
The following code which set-key-for-mode for org-mode completely shadows my other preferred bindings, is there a way to disalbe this default way? in other words i would rather prefer m a as org-agenda as I have a for other bindings which I would like to retain even while i am in org-mode. thanks for help.
(evil-leader/set-key-for-mode 'org-mode
"t" 'org-show-todo-tree "t" 'org-show-todo-tree
"a" 'org-agenda "a" 'org-agenda
"x" 'org-archive-subtree "x" 'org-archive-subtree
The text was updated successfully, but these errors were encountered: