Henrik Lissner
2ecd100c38
Bump :editor evil
...
emacs-evil/evil-collection@e6a4ba6 -> emacs-evil/evil-collection@fe0700e
emacs-evil/evil@7c42ba4 -> emacs-evil/evil@2969324
ninrod/exato@88266fa -> ninrod/exato@d5daea3
redguardtoo/evil-nerd-commenter@fa40dab -> redguardtoo/evil-nerd-commenter@4387407
2020-03-27 01:15:41 -04:00
Henrik Lissner
e08e7a4422
Bump evil-nerd-commenter, evil-traces & evil-collection
...
redguardtoo/evil-nerd-commenter@bed56ec -> redguardtoo/evil-nerd-commenter@c9fa23e
mamapanda/evil-traces@257c66b -> mamapanda/evil-traces@bc25cae
emacs-evil/evil-collection@27da36c -> emacs-evil/evil-collection@e6a4ba6
2020-02-18 22:44:48 -05:00
Henrik Lissner
871201dad6
Minor doc/comment revision & fixes
2020-01-26 01:31:53 -05:00
Henrik Lissner
8a01ef9082
Fix #2394 : load the correct evil-collection module
2020-01-20 20:17:43 -05:00
Rudi Grinberg
3a90529c11
Add lispy to evil collection disabled list
...
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2020-01-07 14:22:05 +07:00
Henrik Lissner
445ba1a46d
Minor refactors & comment revision across the board
2019-12-31 19:18:02 -05:00
Henrik Lissner
e3a1b0bbe3
Update evil-collection-mode-list; unset evil-collection--supported-modes
2019-12-19 14:51:34 -05:00
Henrik Lissner
99cd52e70f
💥 Drop Emacs 25.x support
...
Emacs 26.1 is Doom's new minimum supported version
Closes #2026
2019-11-08 16:02:06 -05:00
Henrik Lissner
65dcd901a0
Move common evil-collection-key-blacklist entries to editor/evil
2019-10-21 06:26:57 -04:00
Henrik Lissner
90b59d00df
editor/evil: update evil-collection-mode-list
2019-10-12 00:48:48 -04:00
Henrik Lissner
b45cc335db
lang/common-lisp: offload to evil-collection-sly
2019-10-12 00:48:48 -04:00
Henrik Lissner
8a634bc04d
Fix evil-collection-pdf not loading #1789
...
And prevents evil-collection-pdf from loading pdf-tools' eval-after-load
blocks twice.
2019-09-20 01:22:25 -04:00
Henrik Lissner
fdeb1aa45d
Prevent evil-collection from loading packages twice
...
Triggering eval-after-load blocks (and after!/use-package!) twice.
2019-09-15 16:18:31 -04:00
Henrik Lissner
ca295e4c79
Refactor evil-collection initialization
...
- Update comments
- Add code for easily refreshing evil-collection-mode-list
- Load evil-collection-term for multi-term
- Fix buffer-menu, image-mode, elisp and occur modules not loading
2019-07-26 03:12:07 +02:00
Henrik Lissner
ffadd1307d
Disable evil-collection-want-unimpaired-p
...
We have our own, better vim-unimpaired keybinds.
2019-07-22 13:31:56 +02:00
Henrik Lissner
9d8dc93515
Fix evil-collection-term triggering on multi-term #1554
...
Since multi-term loads term, this is redundant, and ends up overwriting
users' after! term or after! multi-term blocks.
2019-07-10 18:07:28 +02:00
Henrik Lissner
d45b9348c0
Update evil-collection-mode-list #1543
2019-07-08 13:51:11 +02:00
Henrik Lissner
33ae889e39
Enable evil-collection-ivy
2019-06-14 11:05:54 +02:00
Siddharth Shekar
aa64cf9426
Replace kill-this-buffer with kill-current-buffer
...
As per the documentation for kill-this-buffer, it should only be invoked
from the menu and behaves unpredictably when invoked programmatically.
2019-05-30 18:54:58 -07:00
Henrik Lissner
507fb50ff2
Warn us if evil-collection module loads too early
2019-05-17 20:23:52 -04:00
Henrik Lissner
77e4cc4d58
💥 Remove :feature category
...
:feature was a "catch-all" category. Many of its modules fit better in
other categories, so they've been moved:
- feature/debugger -> tools/debugger
- feature/evil -> editor/evil
- feature/eval -> tools/eval
- feature/lookup -> tools/lookup
- feature/snippets -> editor/snippets
- feature/file-templates -> editor/file-templates
- feature/workspaces -> ui/workspaces
More potential changes in the future:
- A new :term category for terminal emulation modules (eshell, term and
vterm).
- A new :os category for modules dedicated to os-specific functionality.
The :tools macos module would fit here, but so would modules for nixos
and arch.
- A new :services category for web-service integration, like wakatime,
twitter, elfeed, gist and pastebin services.
2019-04-24 18:16:04 -04:00