edwtjo / evil-org-mode

Supplemental evil-mode keybindings to emacs org-mode
204 stars 37 forks source link

evil-leader/set-key-for-mode shadows normal bindings. #31

Open skovuri41 opened 8 years ago

skovuri41 commented 8 years ago

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

dieggsy commented 7 years ago

Seconded, the option to turn off or rebind the leader bindings would be very helpful, IMO.