1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-21 06:56:37 +02:00
Commit Graph

717 Commits

Author SHA1 Message Date
James Nguyen
79210b0429 Edbi: Declare some variables and functions 2019-02-16 13:13:57 -08:00
James Nguyen
dd726698d0 Don't package lint "with-eval-after-load" 2019-02-16 13:06:34 -08:00
Pierre Neidhardt
f30484deed edbi: Init 2019-02-12 19:15:39 +01:00
Pierre Neidhardt
5b1b5bf92e slime: Bind C-i and C-o to slime-inspector-next and slime-inspector-pop 2019-02-12 19:15:39 +01:00
James Nguyen
4dd49eaba9 Log-view: Make TAB cycle and RET diff
This makes log-view a little more familiar for those already used to Magit's log mode.
2019-02-09 10:54:32 -08:00
James Nguyen
c8b738b431 Vc-dir: Add Lf 2019-02-09 10:47:46 -08:00
James Nguyen
2302df8a67 Remove j and k
Evil's j and k are more flexible.
2019-02-09 10:47:46 -08:00
James Nguyen
1e5720be2b Merge lines 2019-02-09 10:47:46 -08:00
Pierre Neidhardt
1859b4904e slime: Bind "gz" to slime-switch-to-output-buffer 2019-02-08 13:20:54 +01:00
Pierre Neidhardt
0cfdf4ecf0 slime: Add history and prompt navigation bindings 2019-02-06 13:58:38 +01:00
Pierre Neidhardt
3761f96c74 comint: Match Eshell bindings for prompt navigation 2019-02-04 20:21:55 +01:00
Pierre Neidhardt
359f13ac61 Eshell: Add history bindings 2019-02-04 20:21:22 +01:00
James Nguyen
200c036b51 P4: Use navigation commands on current window 2019-01-29 01:16:29 -08:00
leungbk
532b78ff19 Fix typo. 2019-01-21 07:48:01 +00:00
Peter Jones
7b12395c18 mu4e queued mail status needs to be dynamic
This fixes a fairly major bug where mail could be queued but not shown
to the user.  (This happened to me, I had a month of email sitting in
the queue!)

Since the number of messages in the queue can change, and the status
of queuing mail or direct mail can also change, the display should not
be in a defvar which only gets evaluated once when the library is
first loaded.

This change makes it so the queue status is updated each time the main
mu4e view is drawn.
2019-01-17 08:36:11 +01:00
duianto
9e04ee565d Fix readme.org typos 2019-01-11 00:21:52 -08:00
James Nguyen
ffc686d7f4 P4: Add remaining bindings 2019-01-11 00:20:14 -08:00
Pierre Neidhardt
d427d42e2f slime: Homogenize slime-inspector bindings 2019-01-10 10:39:54 +01:00
James Nguyen
8507287931 Tweak general config mention (#219) 2019-01-06 14:26:45 -08:00
willbush
88b083b5b0 Add mention of other packages loading evil to readme
see: https://github.com/emacs-evil/evil-collection/issues/215
2019-01-03 04:17:20 -08:00
willbush
2c5e2d3418 fix inline code typo 2019-01-03 04:17:20 -08:00
Philippe Vaucher
69e5dab89c Fix typos 2019-01-03 00:33:28 -08:00
James Nguyen
4737aa4743 Require cl-lib instead 2018-12-24 15:51:05 -08:00
Pierre Neidhardt
4e1f0e0b17 Add helpful 2018-12-18 09:20:43 +01:00
Justin Burkett
89a4b0e75f ebib: Reorganize and fill in missing bindings
To index mode map, add
  - ZZ/ZQ: quitting
  - y/p: yank/paste
  - C-f/C-b: scrolling

To entry mode map, add
  - ZZ/ZQ: quitting
  - y/p: yank/paste
  - ]/[ and gj/gk: next/prev section

Also inhibit insert bindings in these maps.
2018-12-10 12:44:05 +09:00
MaxSt
7a845e4bbd Add tetris 2018-12-09 20:40:37 +09:00
Justin Burkett
662b7b2d52 ebib: Declare variables for the compiler 2018-12-07 05:05:55 +09:00
Justin Burkett
065cde9b92 ebib: Add initial support 2018-12-07 05:05:55 +09:00
Enze Chi
ac743c25ef Add setup hook to ediff-keymap-setup-hook
As the 'evil-collection-ediff-startup-hook' remaps the keybind, add it to
'ediff-keymap-setup-hook' instead of 'ediff-startup-hook'
2018-11-28 20:20:16 -08:00
Pierre Neidhardt
dfa412db04 w3m: Bind SPC and S-SPC for scrolling 2018-11-14 10:50:58 +01:00
James Nguyen
5c023355c4 View: Normalize keymaps upon entering (#206) 2018-11-11 19:13:51 -08: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
Pierre Neidhardt
a0cca27cbd hackernews: Init 2018-10-17 11:56:45 +02: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
James Nguyen
abc9dd60f7 Add restclient 2018-09-27 18:14:34 -07:00
James Nguyen
554d94676f Vc-dir: Use c for next
This allows n to be used for search again.
2018-09-22 10:28:15 -07:00
James Nguyen
e95872bd38 Pass: Make d kill too 2018-09-22 10:27: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
0882cd7b2d Indium: Replace breakpoint functions 2018-09-12 18:48:38 -07:00
James Nguyen
8307072fa0 Add melpa stable badge 2018-09-12 18:00:06 -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
cad5ad3d66 Change readme to account for evil-want-integration 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