Commit Graph

169 Commits

Author SHA1 Message Date
James Nguyen 457329e2e9 Add log-edit 2019-05-18 12:40:04 -07:00
James Nguyen afe6aeb479 Consolidate settings
Deprecate evil-collection-settings-setup-debugger-keys.
2019-05-02 18:36:16 -07:00
Pierre Neidhardt a925c27d5f Add process-menu 2019-03-17 08:51:28 +01:00
Omair Majid 8f6faaecc4 Add omnisharp
Add some basic keybindings for omnisharp
2019-03-16 09:41:09 +00:00
Pierre Neidhardt 98442e91f4 Add disk-usage 2019-02-19 09:39:21 +01:00
Pierre Neidhardt f30484deed edbi: Init 2019-02-12 19:15:39 +01:00
Pierre Neidhardt 4e1f0e0b17 Add helpful 2018-12-18 09:20:43 +01:00
MaxSt 7a845e4bbd Add tetris 2018-12-09 20:40:37 +09:00
Justin Burkett 065cde9b92 ebib: Add initial support 2018-12-07 05:05:55 +09:00
Pierre Neidhardt ac2c17b425 Add w3m 2018-11-09 11:56:10 +01:00
Pierre Neidhardt 323e1f8e98 hackernews: Add to mode-list 2018-10-17 11:57:13 +02:00
James Nguyen abc9dd60f7 Add restclient 2018-09-27 18:14:34 -07:00
James Nguyen efc0a73eb8 Remove avy (part of evil-integration.el) 2018-09-15 06:32:36 -07:00
James Nguyen a662dfd608 Remove ace-jump-mode (part of evil-integration.el) 2018-09-15 06:31:11 -07:00
James Nguyen 22a377b361 Remove paren (part of evil.integration) (#201) 2018-09-15 06:21:39 -07:00
James Nguyen ee74ac08e0 Add evil-mc 2018-09-12 19:09:04 -07:00
James Nguyen c6fe5936b8 Add compatibility aliasing for if-let/when-let 2018-09-12 19:08:18 -07:00
James Nguyen 97f2d9af0d Fix spacing 2018-09-12 17:56:35 -07:00
James Nguyen 02472ba83b Check for correct feature 2018-09-12 09:37:58 -07:00
James Nguyen ebb68ca081 Update version 2018-09-12 09:26:16 -07:00
James Nguyen 0fd9807a95 Delete etags-select (part of evil-integration) 2018-09-12 09:26:16 -07:00
James Nguyen a0bbe591e2 Delete eldoc (part of evil-integration) 2018-09-12 09:26:16 -07:00
James Nguyen 2585c1c2eb Add messaging related to evil-want-keybinding 2018-09-12 09:26:16 -07:00
Pierre Neidhardt 733f8d0d28 Add youtube-dl 2018-09-12 12:09:34 +02:00
James Nguyen ecb3834684 Add flymake 2018-09-11 20:51:02 -07:00
James Nguyen 04a3e5c859 Add more support for vc modes 2018-08-29 22:00:04 -07:00
Pierre Neidhardt 66ae22f276 Update ambrevar's email address 2018-08-27 10:42:28 +02:00
James Nguyen b248dfae61 Add eglot 2018-08-21 19:14:35 -07:00
Pierre Neidhardt 37fba192e2 image-dired: Init 2018-08-13 15:39:13 +02:00
James Nguyen dab8f3836e Add deadgrep 2018-07-21 10:22:34 -07:00
Fredrik Bergroth 9b692a1600 Add evil-collection-magit-todos.el 2018-07-13 00:33:28 -07:00
Fredrik Bergroth aab3875a36 Add evil-collection-imenu-list.el 2018-07-12 09:52:22 -07:00
Fredrik Bergroth b9fb9b5ce6 Add evil-collection-grep.el 2018-07-12 00:46:33 -07:00
Justin Burkett bc96e0b318 Move evil-search functions into evil-collection.el
Delete evil-collection-evil-search
2018-06-30 10:05:52 -07:00
Justin Burkett 2d4ebf596e Convert evil-collection-inhibit-insert-state to function
Move to evil-collection.el. Make requires consistent across all package
files. Delete evil-collection-util.el.
2018-06-30 10:05:52 -07:00
Pierre Neidhardt 4bd4d66eb0 mu4e-conversation: Init 2018-06-19 18:36:28 +02:00
Justin Burkett c621475b06 Improve evil-collection-describe-bindings
Use better version of the map active check and remove the old one. Don't print
out menu-items and lambdas.
2018-06-18 18:32:45 -07:00
Pierre Neidhardt cdcda786b2 mu4e: Import from https://github.com/JorisE/evil-mu4e 2018-06-16 19:09:01 +02:00
Justin Burkett 2659ae505c Accept no bindings in evil-collection-define-key
They all might be filtered by the white and black lists.
2018-06-13 12:33:52 -07:00
Justin Burkett 1afea31ac6 Fix evil-collection-describe-bindings
Sort a copy of the stored bindings, because sort can modify the underlying
object.
2018-06-13 08:51:22 -07:00
Justin Burkett df269baf95 Enhance describe bindings functionality.
Rename evil-collection-describe-all-bindings to
evil-collection-describe-bindings. By default the function prints all known
evil-collection bindings. With a non-nil interactive argument, print only the
bindings corresponding to active modes in the current buffer.
2018-06-12 23:46:41 -07:00
Justin Burkett 41b2c42986 Ediff: Merge from evil-ediff.el
Adds evil-collection-ediff.el

Ref #129
2018-06-11 08:48:16 +02:00
Pierre Neidhardt 2b603d365c Make it explicit that minibuffer-related packages (e.g. Helm) need the option 2018-06-11 08:18:54 +02:00
James Nguyen a9a28769ec Fix some byte compiler warnings 2018-06-08 10:19:45 -07:00
Justin Burkett 8c2c1e96f6 Improve evil-collection-describe-all-bindings
Add state information. To do this, change the format of
evil-collection--bindings-record so that bindings for each map are stored in a
list of the form ((STATE KEY BINDING)).

Sort output on state then key.
2018-06-08 09:52:15 -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 317e115a95 Fix printing keys with pipe char in evil-collection-describe-all-bindings 2018-06-08 09:52:15 -07:00
Justin Burkett f9c38d26ea Change name of evil-collection-bindings-record
Use two dashes for internal variable
2018-06-08 09:52:15 -07:00
Justin Burkett 0a913f9df6 Make requested changes to prior two commits
See #143
2018-06-08 09:52:15 -07:00
Justin Burkett e60988f625 Add evil-collection-describe-all-bindings
This is a simple function to write out known evil-collection bindings to a new
buffer.
2018-06-08 09:52:15 -07:00