| Age | Commit message (Collapse) | Author |
|
e.g. For agent-shell:
in insert-state, RET enters a newline
in normal-state, RET calls shell-maker-submit
Swap behavior with:
+(defcustom evil-collection-shell-maker-submit-state 'normal
|
|
|
|
Remove the upstream `n` and `p` bindings from `agent-shell-mode-map`,
which would otherwise intercept keystrokes in insert state.
|
|
|
|
This reverts commit 44f3de67af4a4ea5c7213c1de1001af0a84e723e.
|
|
|
|
|
|
|
|
|
|
- use gensym instead of cl-gensym
- use define-globalized-minor-mode instead of define-global-minor-mode
|
|
|
|
|
|
Integrate with ultra-scroll to ensure that the cursor is correctly
hidden when scrolling. At the moment, this only applies to specific
states (motion and normal).
|
|
|
|
|
|
|
|
|
|
|
|
* Add bindings for wdired/wgrep like mode dape-info-watch mode
* Make overriding binding for scope and watch (overriding some
horizontal commands, needs input)
|
|
* Added hyrolo search result bindings
* set correct hyrolo search navigation keys
* hyrolo mode
* setting initial state
* declared functions for hyrolo
|
|
|
|
|
|
Add collection for csv-mode
|
|
|
|
|
|
|
|
|
|
|
|
On top of reverting the change, it relies on an intern backport of the
old evil-delay macro to avoid issues with CI.
|
|
|
|
See https://github.com/emacs-evil/evil/commit/44add36e972ed22ded6cb89654986e80d1d8989e
|
|
|
|
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.
|
|
|
|
|
|
|
|
These bindings are similar to Dired.
- The commands `gited-hide-details-mode` and `gited-summary` are not autoloaded,
so we use `declare-function`.
- The command `gited-list-branches` was bound to `C-x g`. We bind it to
`C-x C-b`.
- Commands that open a new window are now prefixed by `g`, except for
`gited-change-current-remote-rep` on `gR`.
- Commands that don't do anything related to marks were moved out of the `*`
prefix.
- The commands for stashing were prefixed by `*s`. Since they don't operate
on marks or marked rows, they were moved to `s`.
- The commands for tags were moved from `*t` to `C-t`, similar to Dired's
thumbnail commands. These commands also don't work on marked rows.
- The command `gited-mark-branches-by-date` is bound to `%t` (for "time"?), as
in the original map. There is no command for flagging by regexp, which would
be on `%d`.
|
|
|
|
This is causing CI to fail on Emacs snapshot.
|
|
|
|
|
|
|
|
|
|
25 was already deprecated a year ago:
https://github.com/emacs-evil/evil-collection/pull/508/files
|
|
|
|
|
|
|
|
|
|
|
|
Error: void-function (seq-into)
mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode -0xc4fdb87c8512f81>))
debug-early-backtrace()
debug-early(error (void-function seq-into))
seq-into("\32" vector)
edmacro-parse-keys("C-z" nil)
read-kbd-macro("C-z")
(let ((old-key (read-kbd-macro (if (boundp 'evil-toggle-key) evil-toggle-key "C-z"))) (key (read-kbd-macro key))) (with-no-warnings (let ((--dolist-tail-- '((evil-motion-state-map evil-emacs-state) (evil-insert-state-map evil-emacs-state) (evil-emacs-state-map evil-exit-emacs-state)))) (while --dolist-tail-- (let ((pair (car --dolist-tail--))) (if (boundp (car pair)) (progn (let ((map (symbol-value (car pair))) (fun (car (cdr pair)))) (if (keymapp map) (progn (define-key map key fun) (define-key map old-key nil)))))) (setq --dolist-tail-- (cdr --dolist-tail--)))))))
evil-set-toggle-key("C-z")
(closure (dabbrev-case-distinction dabbrev-search-these-buffers-only t) (sym value) (evil-set-toggle-key value) (set-default sym value))(evil-toggle-key "C-z")
custom-initialize-reset(evil-toggle-key (funcall #'(closure (dabbrev-case-distinction dabbrev-search-these-buffers-only t) nil "" "C-z")))
custom-declare-variable(evil-toggle-key (funcall #'(closure (dabbrev-case-distinction dabbrev-search-these-buffers-only t) nil "" "C-z")) "The key used to change to and from Emacs state.\nMust be readable by `read-kbd-macro'. For example: \"C-z\"." :type string :group evil :set (closure (dabbrev-case-distinction dabbrev-search-these-buffers-only t) (sym value) (evil-set-toggle-key value) (set-default sym value)))
eval-buffer(#<buffer *load*-269510> nil "/Users/james/.emacs.d/straight/repos/evil-collection/.cask/29.0/elpa/evil-20220518.859/evil-vars.el" nil t)
load-with-code-conversion("/Users/james/.emacs.d/straight/repos/evil-collection/.cask/29.0/elpa/evil-20220518.859/evil-vars.el" "/Users/james/.emacs.d/straight/repos/evil-collection/.cask/29.0/elpa/evil-20220518.859/evil-vars.el" nil t)
require(evil-vars)
byte-code("\302\303!\210\302\304!\210\302\305!\210\302\306!\210\302\307!\210\302\310!\210\302\311!\210\302\312!\210\302\313!\210\302\314!\210\302\315!\210\302\316!\210\302\317!\210\10\203<\0\302\320!\210\11\203D\0\302\321!\210\322\323!\210\324\325!\207" [evil-want-integration evil-want-keybinding require evil-vars evil-common evil-core evil-states evil-repeat evil-macros evil-search evil-ex evil-digraphs evil-types evil-commands evil-jumps evil-maps evil-integration evil-keybindings run-hooks evil-after-load-hook provide evil] 2)
require(evil)
eval-buffer(#<buffer *load*-174914> nil "/Users/james/.emacs.d/straight/repos/evil-collection/evil-collection.el" nil t)
load-with-code-conversion("/Users/james/.emacs.d/straight/repos/evil-collection/evil-collection.el" "/Users/james/.emacs.d/straight/repos/evil-collection/evil-collection.el" nil t)
require(evil-collection)
eval-buffer(#<buffer *load*> nil "/Users/james/.emacs.d/straight/repos/evil-collection/test/evil-collection-magit-tests.el" nil t)
load-with-code-conversion("/Users/james/.emacs.d/straight/repos/evil-collection/test/evil-collection-magit-tests.el" "/Users/james/.emacs.d/straight/repos/evil-collection/test/evil-collection-magit-tests.el" nil t)
load("evil-collection-magit-tests.el" nil t)
command-line-1(("-L" "." "-L" "./test" "-l" "evil-collection-magit-tests.el" "-f" "ert-run-tests-batch"))
command-line()
normal-top-level()
Symbol's function definition is void: seq-into
|