Commit Graph

1351 Commits

Author SHA1 Message Date
condy de0b62b604 Use evil-with-delay
See 44add36e97
2023-08-28 23:47:08 +08:00
Ag Ibragimov 1ad283f5b7 removes non-existing commands
it removes non-existing (possibly deprecated) commands and fixes the
keybinding for `embark-select` - toggle candidate selection in
embark-collect buffer
2023-08-08 00:59:25 -04:00
condy 286d69de17 consult: Use consult--line-with-mark 2023-07-25 00:31:45 +08:00
Nicolas Wavrant 3983b6b520 mu4e: add support for visual actions in header view 2023-07-25 00:27:00 +08:00
Frédéric Giquel 163171c7ca Set local-buffer value for evil-shift-width 2023-07-25 00:24:07 +08:00
Nicholas Vollmer 1f34f5ec4e evil-collection-elpaca-setup: update command name
elpaca-ui-mark-install has been replaced upstream by elpaca-ui-mark-try.
2023-07-02 14:46:52 -04:00
Adam Maleszka 4a7d924dbd mu4e: fix mu4e--main-toggle-main-sending-mode function name 2023-06-15 00:04:59 -04:00
David Wilson 97a57c91d2 Fix typo in ement.el
I noticed this typo in the new ement.el module just after it got merged.
2023-06-14 01:33:23 -04:00
Nicholas Vollmer bc4b5444a1 Add ement 2023-06-14 01:05:19 -04:00
edgar-vincent 460957cb60
docker: add 'docker-context-*' bindings (#735)
* evil-collection-docker.el: add 'docker-context-*' bindings

* evil-collection-docker.el: adjust 'evil-collection-docker-maps'
2023-06-14 00:37:07 +08:00
vhqr0 4cc676efa2 minibuffer: fix typo 2023-05-31 00:39:34 +08:00
Jakub Kadlcik 0df5c4815d vterm: allow moving the cursor backwards when exiting insert state
See #719
2023-05-01 21:09:38 -07:00
Diego Alvarez 48810f908f Update evil-collection-vc-git.el
Add a few commands for the git log view
2023-05-01 21:08:51 -07:00
Alex Griffin 26c47b1cb7 Use evil-lookup-key when translating keys
Makes it possible to indiscriminately translate multi-key sequences
like "gj" without errors. Using plain `lookup-key` will end up binding
a bunch of keys to a number like 1 instead of a command, because it
returns a number when it's passed an invalid sequence of prefix
characters. `evil-lookup-key` discards those numbers and returns nil
instead.
2023-05-01 21:08:25 -07:00
Milan Glacier d3b497db31 mu4e: fix byte-compiler error. 2023-04-30 12:27:31 -07:00
Milan Glacier 14c4e81ffa mu4e: make `}` and `{` move between threads. 2023-04-30 12:27:31 -07:00
Milan Glacier 0a550bbbc2 mu4e: clean up code. 2023-04-30 12:27:31 -07:00
Milan Glacier 14af794d5b Add compatability with mu4e 1.8. 2023-04-30 12:27:31 -07:00
Michael Eliachevitch 35be7d3f4e Add docstrings to satisfy checkdoc 2023-04-30 12:27:31 -07:00
Tim Cross 7313ce9f70 Adapt evil-collection-mu4e for latest mu4e development version
Changes taken from Tim Cross <theophilusx@gmail.com> (@theophilusx) in https://github.com/emacs-evil/evil-collection/issues/695#issuecomment-1437577481.
2023-04-30 12:27:31 -07:00
vhqr0 5092f5e04c vertico: fix scroll direction of C-u/C-d 2023-04-20 22:35:07 +08:00
James Nguyen d9a70ef219 Declare functions 2023-03-12 19:09:42 -04:00
James Nguyen 3936494a45 Add documentation about white/black/pass/deny list 2023-03-12 19:06:54 -04:00
James Nguyen 88c182fbfb Tweak elpaca (#715) 2023-03-12 18:55:42 -04:00
James Nguyen 19d5d9d11f Use elpaca-ui-visit 2023-03-12 14:02:06 -04:00
James Nguyen 5d26b55d0a Bind elpaca-ui-visit 2023-03-11 16:21:05 -05:00
James Nguyen 5c9646912c Add R for rename 2023-03-10 08:18:01 -05:00
James Nguyen ec6ac028fc Remove pdf workaround (#152) 2023-03-09 14:20:21 -05:00
James Nguyen 88e5ce8bdb Tweak 2023-03-09 00:28:05 -05:00
James Nguyen 3ce5a8ba07 Remove . 2023-03-09 00:25:45 -05:00
James Nguyen 59d45f7545 Tweak comment 2023-03-09 00:24:08 -05:00
James Nguyen 589e20a613 Remove quotes 2023-03-09 00:22:44 -05:00
James Nguyen b83b2c4f5f Add elpaca 2023-03-08 23:57:06 -05:00
Mumulhl bd99ea07de color-rg: fix keybinding 2023-03-04 15:54:08 -05:00
James Nguyen 4d10a2d330 Declare variable 2023-02-26 17:19:38 -05:00
James Nguyen f4dab37c46 Declare variable 2023-02-26 17:17:06 -05:00
Edgar Vincent 1a68940f3e Add support for lms 2023-02-26 17:09:16 -05:00
Mumulhl aaf3e0038e
color-rg: initial support 2023-02-15 02:00:55 +08:00
Jakub Kadlcik b194fa2e38 vterm: make the `G' button jump to the prompt line
AFAIK `vterm` is basically a square of the size of the whole window it
is placed in. As a consequence `M-x count-words` shows 30 lines even
for freshly spawned `vterm` with just one line of text. And as a
consequence `G` always jumps down to the bottom of the window, even
though it is an unused line.

This patch changes the behavior and makes `G` jump to the last prompt
line. Which in ideal world, should be the last line of the buffer.
2023-02-14 01:18:16 +08:00
Jakub Kadlcik 5fbfc359b4 vterm: prevent moving the cursor below the last prompt line by `j' button
It is not 100% bulletproof but we don't have any function telling us
the point or line number of the last prompt, and it doesn't seem to be
easy to implement, so I needed to workaround this.
2023-02-14 01:18:16 +08:00
bo-tato 692fb0fc86 cider debugger keybindings 2023-02-14 01:15:51 +08:00
northgaard 1135ea2a28
smerge: Rename smerge directory (#705)
The directory is called "smerge" while the configuration file uses "smerge-mode". This inconsistency means that you cannot use evil-collection-require to load the feature.
2023-02-14 01:13:22 +08:00
northgaard af7d7d7977
consult: Fix evil-collection-consult-mark (#706)
Breaking change to consult--location candidate was introduced with
consult 4be224fb1cfa9b983dca84408720a71d112b1e2c. Fixes #703.
2023-02-14 01:07:20 +08:00
condy a207d0e533 mu4e: docstring quoting style 2023-02-14 00:48:26 +08:00
Troy Hinckley 8574309997 company-mode: Fix evil clobbering company-active-map
fixes #664
2023-01-28 01:50:20 -05:00
Jakub Kadlcik 5016959285 vterm: fix the `x' key, currently it does nothing
Currently, pressing the `x` key in normal mode does nothing. I don't
know much about `:motion` but AFAIK `evil-delete-char` doesn't
exist. Using `evil-forward-char` fixes the issue.
2023-01-27 23:03:10 -05:00
condy 5047285052 geiser: fix lint error
Emacs 30 emit errors when the body of `when` is empty.
2023-01-21 23:23:50 +08:00
Brian Leung 52eb2dd754 Add "ext:" to declare-function invocations
This is technically required for Lisp files that are not part of core Emacs.
2023-01-21 23:21:18 +08:00
Michael Eliachevitch c8469f5c72 Support emacs29 python-ts-mode 2023-01-21 23:18:36 +08:00
Dickby b7a75062a6 Update evil-collection-flymake.el
Support flymake-project-diagnostics.
2022-12-16 17:06:53 -08:00