Commit Graph

21 Commits

Author SHA1 Message Date
James Nguyen ee2e2f9b7a Move [ ] to [[ ]] (#225) 2019-03-16 10:54:12 -07:00
Enze Chi d9760942c6 Autoload "evil-collection-*-setup" functions
With autoload, it doesn't need "require" the package before call
evil-collection-*-setup function.
2018-10-16 09:22:31 +02:00
Pierre Neidhardt 66ae22f276 Update ambrevar's email address 2018-08-27 10:42:28 +02:00
James Nguyen 1177456348 Require evil-collection instead of evil
Remove declare-function workaround.
2018-06-19 18:14:50 -07:00
James Nguyen 04268dcadc Remove .el in declare-function 2018-06-08 10:32:02 -07:00
James Nguyen 36f56362cc Add declare-functions for evil-collection-define-key
Adding for byte compiling.

TODO: Should look into doing an import instead since we shouldn't need
to declare a function that our library should know about.

I think there was some circular dependency around evil-collection-*
requiring evil-collection.el so I went with the quick and dirty
approach of doing a declare-function. If someone has a better idea,
feel free to change this!
2018-06-08 10:18:17 -07:00
Justin Burkett 29759c9419 Remove package arg from evil-collection-define-key
Implement version of evil-define-key instead. The bindings are made immediately
if the map is available. Otherwise, there are lazily made in the same way that
evil-define-key makes them.
2018-06-08 09:52:15 -07:00
Justin Burkett 0e7698dd1a Add support for {white,black}lists and binding records
Add and use evil-collection-define-key, which is a custom keybinding function
that checks evil-collection-key-{white,black}list before binding each key and
stores a record of the keybindings in evil-collection-bindings-record.

Modify evil-collection-util-inhibit-insert-state to conform to
evil-collection-define-key.
2018-06-08 09:52:15 -07:00
noctuid 1853b53a8d Add key translation functionality
Also add evil-collection-setup-hook. Fixes #5 and #98.
2018-03-23 14:22:06 +05:30
James Nguyen 6ddfc3f7ff Change url 2018-03-01 17:22:38 -08:00
Pierre Neidhardt 114b2ae5fc Normalize mark bindings 2018-02-27 09:19:36 +01:00
James Nguyen 80a79e73c4 IBuffer: Prioritize C-d 2018-01-27 11:24:31 -08:00
James Nguyen 3f27386553 IBuffer: Remove extra keybinds
These keybindings were only here to 'override' the keys set by
evil-integration's overriding map. Since evil-collection expects
evil-integration to be disabled, these can now be removed.
2018-01-09 19:12:22 -08:00
James Nguyen da28282a5a IBuffer: Add h
Forgot to add the h with the l.
2017-12-24 09:12:10 -08:00
James Nguyen 63f7336716 IBuffer: Add l
Since ibuffer is an overriding-map in evil-integration.el, we need to
override these keys for now.

Once we disable the evil-integration of evil, we can remove these
extra keybindings.
2017-12-24 09:10:05 -08:00
Jay Kamat 66ca29d0d7 Bind 'X' to bury buffer 2017-12-24 08:46:03 -08:00
Jay Kamat 26e4a23f93 Add quit bindings to evil-collection ibuffer 2017-12-24 08:46:03 -08:00
James Nguyen a3eaa74a4f IBuffer: Add gg 2017-12-14 12:27:28 -08:00
James Nguyen 4a7f002eb2 IBuffer: Set initial state 2017-12-11 19:33:30 -08:00
James Nguyen 45b85a9a2c Ibuffer: Use evil-define-key
These keys could use more polish.
2017-12-09 08:00:17 -08:00
James Nguyen 9eb7d3db0d Change namespace to evil-collection 2017-12-06 17:50:37 -08:00