Commit Graph

298 Commits

Author SHA1 Message Date
James Cherti 5886bab852 Add support for Eat (Terminal Emulator) 2024-04-18 00:47:28 +08:00
condy 30b82e41da kmacro: initial support 2024-04-18 00:37:20 +08:00
JenChieh c64b058fbe ci: Use Eask to test macos and windows 2024-04-11 10:24:04 +08:00
Vonfry 5dad3d25bd Add mpdired 2024-03-19 20:28:01 +08:00
Vonfry fed36a3ee3 bufler: init 2023-12-16 17:52:23 +08:00
Gerry Agbobada ac2862cfb0 Revert de0b62b604
On top of reverting the change, it relies on an intern backport of the
old evil-delay macro to avoid issues with CI.
2023-09-22 22:11:49 +08:00
StrawberryTea 383d5742c5
image: lazy loading 2023-08-28 23:54:33 +08:00
condy de0b62b604 Use evil-with-delay
See 44add36e97
2023-08-28 23:47:08 +08:00
Nicholas Vollmer bc4b5444a1 Add ement 2023-06-14 01:05:19 -04: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
James Nguyen b83b2c4f5f Add elpaca 2023-03-08 23:57: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
okamsn 8a278effe5 gited: Initial support.
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`.
2022-11-29 12:42:09 +08:00
Jonathan Ming f45f4ab142 Add bindings for crdt.el's menu modes 2022-09-27 01:33:27 +08:00
Brian Leung 91e55503b4 Placate docstring complaint
This is causing CI to fail on Emacs snapshot.
2022-07-12 15:29:44 +08:00
Arian-D ae35410851 bluetooth-mode: Initial support 2022-06-18 05:57:22 +08:00
James Nguyen f6b281d5ad Add so-long 2022-06-15 21:05:50 -04:00
James Nguyen ca98c4c304 Remove slime-nav from deferred list 2022-06-15 20:48:56 -04:00
James Nguyen 79fc09b014 Take out occur compatibility code 2022-06-06 21:05:36 -04:00
James Nguyen d461f459f4 Change package-requires to 26.3
25 was already deprecated a year ago:

https://github.com/emacs-evil/evil-collection/pull/508/files
2022-06-06 20:53:16 -04:00
James Nguyen 6c8627d3b3 Tweak 2022-06-06 11:12:57 -04:00
Farzin Firouzi dbcdb1a2a9 snake: initial support 2022-06-05 23:01:38 -07:00
James Nguyen d97e6d52c4 Add evil-collection-setup, a way to defer package loading 2022-06-06 01:53:34 -04:00
James Nguyen a63cb007bf Add bug link 2022-05-31 19:28:16 -04:00
James Nguyen cd34af6067 Fix quoting 2022-05-31 18:34:08 -04:00
James Nguyen 514494a997 Attempt to fix CI for CI error: void function seq-into
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
2022-05-31 18:33:18 -04:00
James Nguyen 01618da3bb Add function to check if key can be bound 2022-05-28 21:56:01 -04:00
CosmosAtlas 5902b3553a add ebuku to supported modes 2022-05-14 22:14:22 -07:00
James Nguyen b0c0bfb1c6 Add org-roam 2022-04-28 12:48:43 -04:00
James Nguyen e26c869735 Add magit-section
(Hopefully this doesn't conflict with magit.)
2022-04-28 12:48:07 -04:00
James Nguyen 6f99be20a3 Run emms setup hook later 2022-04-15 15:36:53 -04:00
James Nguyen 8d42153481 Delay running `evil-collection-setup-hook` for modes like eshell (#602) 2022-04-15 12:24:38 -07:00
James Nguyen 71630c9477 Remove comment 2022-04-14 17:40:50 -04:00
James Nguyen 01e3ba594e Add extra packages to load magit from (#510) 2022-04-14 11:16:29 -04:00
James Nguyen 535ad8dc52 Add vundo
e.g.
(use-package vundo
 :ensure t
 :straight (vundo :type git :host github :repo "casouri/vundo")
 :commands (vundo)
 :config
 (setq vundo-compact-display t))
2022-04-14 11:00:51 -04:00
James Nguyen 1c42b423f9 Format 2022-04-14 10:16:13 -04:00
James Nguyen ff9ae709ca Use evil-delay when translating minor mode keys 2022-04-14 10:15:50 -04:00
James Nguyen b1c37b8ad0 Add evil-collection-translate-minor-mode-key (#498) 2022-04-13 23:51:50 -04:00
James Nguyen ceac1a9681 Add corfu (#552) 2022-04-13 22:50:36 -04:00
James Nguyen d9b9381eb3 Add eldoc (#551) 2022-04-13 11:28:07 -04:00
condy 017ec2a63d atomic-chrome: Initial support 2022-02-28 07:05:43 +08:00
josephmturner 2e9ce571d2
simple-mpc: initial support (#588) 2022-02-08 20:12:35 +08:00
Zero King a8a12c6290 Add mpc to supported-modes 2022-01-14 04:19:08 +08:00
condy f78156db21 ztree: setup keybindings after loading ztree-dir 2021-12-20 17:33:19 +08:00
condy f31162b253 emoji: initial support 2021-12-19 23:27:54 +08:00
condy 838f609899 scheme: initial support
Fix #546
2021-11-14 14:56:45 +08:00
James Nguyen 33461aa545 Add support for forge 2021-11-11 12:33:37 -08:00
condy 9e47d61bdf org: initial support 2021-10-29 02:51:05 +08:00
condy c878a5ba41 evil-collection: keep supported modes in lexicographical order 2021-10-23 23:51:40 +08:00