-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add evil-collection-magit-todos.el #177
Conversation
@@ -0,0 +1,46 @@ | |||
;;; evil-collection-magit-todos.el --- Bindings for `magit-todos' -*- lexical-binding: t -*- | |||
|
|||
;; Copyright (C) 2018 James Nguyen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fbergroth: Your name should go here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, thanks. I don't care to update it though :)
Looks good to me but I haven't tested it (yet). |
Hmm, the unbinding should probably be made in a hook. I'll have a look at
it later.
|
Awesome, I was going to add this myself but you beat me to it. Let me know when you think this is ready for merge. |
@jojojames Okay, updated. I think it was fine before, but now the "gT" binding is only active when the minor mode is active. |
Nice, thanks! |
No description provided.