Commit Graph

583 Commits

Author SHA1 Message Date
Pierre Neidhardt 49777d11de mu4e: Bind "gg" and "G" in compose-mode 2018-07-12 18:22:26 +02:00
Fredrik Bergroth b9fb9b5ce6 Add evil-collection-grep.el 2018-07-12 00:46:33 -07:00
Wil Thomason a1e471db68 Bind gz to run-lua in lua-mode
Closes #172
2018-07-12 09:27:37 +02:00
James Nguyen bf16fd61aa Ivy: Add 0 to ivy-occur-grep 2018-07-11 18:45:43 -07:00
Justin Burkett df92b07d82 mu4e: Convert evil-define-key to evil-collection-define-key 2018-07-11 22:01:29 +02:00
Justin Burkett d099105753 Simplify evil-collection-mu4e.el 2018-07-11 13:44:43 +02:00
Pierre Neidhardt 9436d96d00 mu4e: Fix nil binding 2018-07-09 05:10:59 +02:00
Pierre Neidhardt d919dcb6ab mu4e: Bind C-u conditionally 2018-07-08 17:40:41 +02:00
Pierre Neidhardt 59c4eecfcb emms: List forgotten maps 2018-07-07 09:37:49 +02:00
Fangrui Song b945a00afc realgud: use "d" "u" for realgud:cmd-{newer,older}-frame
The realgud source buffer is read-only so "u" "d" can be reinstated to execute gdb commands "down" "up"
2018-07-05 20:05:40 -07:00
Pierre Neidhardt 044d690737 emms: Add bindings for emms-streams 2018-07-04 19:12:09 +02:00
Dickby 8a371a507b Update evil-collection-lsp-ui-imenu.el 2018-06-30 21:50:26 -07:00
Dickby e8591e18b3 fix bindings for lsp-ui next-kind and prev-kind
change the bindings to C-j and C-k to match other mode's bindings
2018-06-30 10:10:22 -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 5affbdb02c diff: Don't switch to read-only by default 2018-06-30 11:16:31 +02:00
Justin Burkett ffdf3ea0da Don't byte-compile neotree (#161)
This prevents the byte-compiler from trying to expand neotree-make-executor at
compile time when neotree might not be available.

Fixes #158.
2018-06-28 17:32:21 +02:00
Pierre Neidhardt 66bcb19839 help: Fix missing require for -inhibit-insert-state 2018-06-28 17:18:06 +02:00
Pierre Neidhardt 6a30d6b2ad diff: Only switch mode with read-only when in diff-mode 2018-06-28 14:41:12 +02:00
Matthew Carter 6bfd13f50f Fix up helm minibuffer defaults (#151)
Fix up Helm minibuffer default to use large minibuffer results
2018-06-28 14:12:21 +02:00
Justin Burkett 9d9acabc44 help: Inhibit insert state 2018-06-28 14:06:50 +02:00
Pierre Neidhardt f6f71a8d6f mu4e-conversation: Update attachment bindings following upstream changes 2018-06-25 15:42:51 +02:00
Pierre Neidhardt c27f6cf44b mu4e-conversation: Bind "a" to mu4e-view-action in tree view 2018-06-25 15:42:33 +02:00
Pierre Neidhardt 0a7a457dcb mu4e-conversation: Add scroll bindings 2018-06-24 18:03:04 +02:00
Pierre Neidhardt 142a2e3f50 mu4e-conversation: Add in-buffer reply bindings 2018-06-22 10:59:07 +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 e4d77d37eb Mu4e: Fix warnings 2018-06-19 18:14:35 -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 0687268149 mu4e: Fix namespace 2018-06-18 23:10:08 +02:00
Pierre Neidhardt ac21b8957c mu4e: Compile properly on systems where mu4e is not available 2018-06-17 10:58:36 +02:00
Pierre Neidhardt b1c851ad2d mu4e: Don't make state customizable 2018-06-16 19:21:11 +02:00
Pierre Neidhardt 87fa49031e readme: Remove references to evil-ediff and evil-mu4e now they have been merged 2018-06-16 19:12:17 +02: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
Fredrik Bergroth 81311f26bf Fix eval-after-load call in ec-ediff-setup 2018-06-12 08:23:02 -07:00
Justin Burkett 44e2da380d Fix bugs from transition to new define-key
Mostly this fixes unquoted maps in the helm bindings.
2018-06-12 08:19:16 -07:00
Justin Burkett 0599d6f7cf Ediff: Use normal state 2018-06-11 08:48:16 +02: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
Fredrik Bergroth c6e052e443 Use quoted maps in ec-minibuffer-setup 2018-06-09 07:25:45 -07:00
Fredrik Bergroth 044ce128c1 Support anaconda-mode xref navigation
Latest anaconda has replaced view mode by an xref implementation, anaconda
stable still uses `anaconda-view-mode-map'.

See 0a9f518291
2018-06-09 07:25:45 -07:00
James Nguyen c5a92f206e Helm: Remove * in evil-collection-define-key 2018-06-08 10:32:22 -07:00
James Nguyen b587061fc3 Fix some byte compiler warnings 2018-06-08 10:32:13 -07:00
James Nguyen 04268dcadc Remove .el in declare-function 2018-06-08 10:32:02 -07:00
James Nguyen d44ced31bc Add some declare-functions 2018-06-08 10:23:27 -07:00
James Nguyen b6dd37aaa0 Daemons: Don't sharp quote as it makes byte compiler unhappy 2018-06-08 10:20:38 -07:00
James Nguyen a9a28769ec Fix some byte compiler warnings 2018-06-08 10:19:45 -07:00