Commit Graph

748 Commits

Author SHA1 Message Date
Justin Burkett 5298fd1e55 Cleanup loading of unimpaired in evil-collection-init 2019-10-09 19:41:45 -07:00
Justin Burkett 107ed151e9 Fix loading of evil-collection-X from subdirs
Create autoloads for each of the setup functions in evil-collection. Add
evil-collection-require, which is a version of require that knows where the
evil-collection files live.

Use evil-collection-require to fix header in evil-collection-woman.

Update readme to reflect the fact that it's no longer necessary to load the
evil-collection-X file to run evil-collection-X-setup
2019-10-09 19:41:45 -07:00
Jonathan Lai fdb7b3010b evil-collection-docker.el -> modes/docker/evil-collection-docker.el 2019-10-09 19:41:45 -07:00
Jonathan Lai feda195a4b Address evil-collection-unimpaired not loading 2019-10-09 19:41:45 -07:00
Jonathan Lai aec0ecbb86 Move mode files: evil-collection-*.el -> modes/*/evil-collection-*.el 2019-10-09 19:41:45 -07:00
Justin Burkett 9346e4452b ediff: Add a README 2019-10-09 19:41:45 -07:00
Justin Burkett 95dad4c734 Use subdirectories for setup files (+READMEs)
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files

See #170
2019-10-09 19:41:45 -07:00
Pierre Neidhardt 34d515e99e Revert "Fix "h" in grep mode"
This is not the right fix, see #255.

This reverts commit 1cc109122e.
2019-10-08 09:49:46 +02:00
Maximilian Nickel 4ef326ea87 Fix notmuch-search-toggle-flagged
Simple one line fix that prevented notmuch-search-toggle-flagged to work
2019-10-06 21:11:51 -07:00
Rudi Grinberg 1cc109122e Fix "h" in grep mode
By default this is bound to describe-mode, which is easily accessible
through other means.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-05 14:18:17 +02:00
Fox Kiester 1c44439f34 Use annalist for recording/describing keybindings
Fixes #157.
2019-09-29 01:18:25 -07:00
Philippe Vaucher 492b20cc73 Put ruby-mode at the right place 2019-09-25 19:21:23 -07:00
Philippe Vaucher 72148674c8 Add tablist 2019-09-25 19:21:23 -07:00
James Nguyen 4017655406 Docker: Define tablist-mode-filter-map 2019-09-21 10:30:25 -07:00
Philippe Vaucher 217155b479 Support docker.el 2019-09-21 10:27:28 -07:00
Yunhao Zhao 74e098f79c ibuffer: Fix "C-k" binding to ibuffer-backward-filter-group 2019-09-15 19:14:10 -07:00
Pierre Neidhardt 1d0dfb8a5f Add apropos 2019-09-10 14:38:19 +02:00
Pierre Neidhardt 93f56e7451 slime: Add thread-control bindings 2019-09-10 12:19:48 +02:00
Ruslan Kamashev 986ca7eb0b Add bindings for cider-repl-history-mode-map 2019-09-01 13:38:40 +02:00
Abner Chou da75a170ea Update evil-collection-leetcode.el
Fix a typo.
2019-08-28 23:59:43 +02:00
Justin Burkett 31ba858177 Catch errors in evil-collection-define-key
Like errors related to prefix keys already being defined
2019-08-16 19:29:37 -07:00
James Nguyen d226a50061 Use separate function for evil-delete-backward-char-and-join (#244) 2019-08-06 19:14:31 -07:00
James Nguyen c27071c3ff Vterm: Clean up function 2019-08-06 18:59:42 -07:00
Jelle Licht f8cf811d65 notmuch: Bind "|" to notmuch-show-pipe-message in notmuch-tree. 2019-07-24 19:13:14 -07:00
James Nguyen e7f6245052 Add hg-histedit 2019-07-06 17:11:42 -07:00
Henrik Lissner 8f66c5d97c Load lsp-ui-imenu instead of lsp-ui 2019-07-05 11:52:47 -07:00
James Nguyen 3ce6872f68 Add simplified port of unimpaired 2019-06-17 18:41:37 -07:00
James Nguyen 9a18aa1b85 Leetcode: Remove # 2019-06-09 17:03:04 -07:00
James Nguyen 0da8ac7f88 Add leetcode 2019-06-09 16:59:12 -07:00
James Nguyen 23656cdb0a Change year 2019-06-09 16:58:46 -07:00
James Nguyen 6470c3a034 Add monky
Preliminary bindings...
2019-06-09 14:25:04 -07:00
James Nguyen dfecf9e203 Vc-Dir: Tweak go/gO 2019-06-09 07:48:03 -07:00
James Nguyen 218e6e2e22 Use RET instead of <return> (#217) 2019-06-05 23:04:12 -07:00
panda 5976cbd6ff Add 2048-game 2019-05-29 19:18:51 -07:00
James Nguyen 9cb17827b5 Wdired: Set initial state 2019-05-26 10:40:28 -07:00
James Nguyen cec8c2c31d Add elisp-slime-nav 2019-05-26 10:34:51 -07:00
James Nguyen 1081938506 Add hungry-delete 2019-05-25 19:06:41 -07:00
Pierre Neidhardt 505c35357c emms: Fix "C" binding to emms-playlist-clear 2019-05-25 12:32:36 +02:00
James Nguyen eb3fb33453 Vterm: Define variable 2019-05-21 19:08:38 -07:00
James Nguyen 4f0cb66bbe Vterm: Add a way to send ESC to vterm process 2019-05-21 19:04:35 -07:00
James Nguyen 07dc931369 Vterm: Bind RET
Before this change, using programs like fzf won't work since RET won't be sent
correctly? to the fzf process.
2019-05-21 18:34:38 -07:00
James Nguyen 57b95b1098 Vterm: Format 2019-05-20 17:35:22 -07:00
James Nguyen 87fb0255db Vterm: Kill buffer on exit 2019-05-20 17:35:04 -07:00
James Nguyen c45c310ea5 Add vterm 2019-05-20 17:24:36 -07:00
James Nguyen 8844346669 Format 2019-05-20 17:23:49 -07:00
Pierre Neidhardt 0748c695df guix: Support guix-service-list-mode 2019-05-19 21:08:43 +02:00
James Nguyen f5a4badbfc Fix file header 2019-05-18 13:26:05 -07:00
James Nguyen 206dd25587 Magit: Bind q for read-only-mode (#108) 2019-05-18 12:52:48 -07:00
James Nguyen 081deaf903 Tweak readme (#107) 2019-05-18 12:45:45 -07:00
James Nguyen 457329e2e9 Add log-edit 2019-05-18 12:40:04 -07:00