Commit Graph

464 Commits

Author SHA1 Message Date
e1a9bf234f Minor refactors 2020-04-26 02:33:37 -04:00
db03746daf editor/evil: mention vim-unimpaired in ported plugins 2020-04-25 18:36:51 -04:00
f8693d0f8c Load snippets *after* yasnippet config in daemon 2020-04-24 04:07:57 -04:00
06d5d5e6c0 General refactors, reformatting & comment revision 2020-04-23 23:56:17 -04:00
b3bbcf61ac Add full name to :cap
Makes it available as :capture which is a slightly easier to understand
name.
2020-04-21 13:30:17 -07:00
afcdae4fff Fix invoking helpful-key from evil-ex
This should probably be reported upstream, but to whom? Helpful? Evil?
The Doom slayer?
2020-04-17 23:08:28 -04:00
cf355d4d42 Bump :editor snippets
hlissner/doom-snippets@2a0c3cf -> hlissner/doom-snippets@feaedeb
joaotavora/yasnippet@ac03c2f -> joaotavora/yasnippet@5b1217a
2020-04-17 21:59:25 -04:00
a7a5cbb7bf editor/snippets: refactor & comment
And load snippets earlier in daemon sessions.
2020-04-17 21:58:55 -04:00
bcf37b9bee Fix :last and :popup
The doom/ prefix for popup commands no longer exists
2020-04-17 18:03:34 -07:00
890d402e22 Make :ls/:buffers invoke ibuffer
Only when evil and ibuffer are enabled

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2020-04-17 17:38:29 -07:00
a2714f414a Minor refactors 2020-04-16 21:55:59 -04:00
eb2e2b2a4f Bump to redguardtoo/evil-nerd-commenter@747e346
From redguardtoo/evil-nerd-commenter@60b8862

Because redguardtoo/evil-nerd-commenter#109 was merged
2020-04-16 21:52:41 -04:00
c96f553e43 Bump :editor evil
emacs-evil/evil-collection@fe0700e -> emacs-evil/evil-collection@493d523
emacs-evil/evil@2969324 -> emacs-evil/evil@8aa6337
janpath/evil-numbers@d988041 -> janpath/evil-numbers@c2cfdd1
redguardtoo/evil-nerd-commenter@4387407 -> redguardtoo/evil-nerd-commenter@60b8862

Fixes #2912
2020-04-16 20:10:20 -04:00
045e893e97 Use default god-exempt-major-modes 2020-04-16 13:46:26 +12:00
88507a0319 Bump :editor god
emacsorphanage/god-mode@b82ce18 -> emacsorphanage/god-mode@1eb6ef3
2020-04-16 13:46:21 +12:00
ce2fee138a Add set -euo pipefail to sh-mode file template
Adds a line with set -euo pipefail to the sh-mode file template, which improves the erroring of bash scripts
As described by https://ashishb.net/all/the-first-two-statements-of-your-bash-script-should-be/
2020-04-15 14:39:47 -04:00
bce0cc2152 Change how evil-easymotion is lazy loaded
Fixes an issue where gs wouldn't work after an operator.
2020-04-14 15:41:54 -04:00
a90226b569 Fix evil-collection-occur module 2020-04-12 17:30:07 -04:00
8e4ecdf668 Allow repeating evil-mc commands w/ numerical arg
Until gabesoft/evil-mc#110 is resolved.
2020-04-11 20:09:02 -04:00
cad281b107 editor/lispy: fix hook for lisp-mode 2020-04-11 01:07:20 +02:00
70eda9507a Fix 'No such file or directory +everywhere' error 2020-04-08 16:56:53 -04:00
7ffb6a61c1 Silence evil-collection warning 2020-04-08 15:54:16 -04:00
18d0198025 Load evil-collection a little sooner
Possibly addresses a litany of load-order issues caused by
evil-collection's keybinds overriding Doom's new defaults or the user's
own changes.
2020-04-08 15:31:44 -04:00
8ab0cd66a7 Replace undo-tree with undo-fu + undo-fu-session
Despite the recent patches to fix undo history corruption, its history
would still get unpredictably truncated due to non-linear memory
expansion.

Relevant to #2339
2020-04-07 20:15:53 -04:00
2f8b4b85fc Add latex env support to editor/fold with hideshow
Closes #2805
2020-04-02 16:03:46 +03:00
ce57eef471 Stop recentering/preserving window pos on evil searches
It needs a lot of work to not be so jarring, but I don't have the time
to perfect it, so I'll disable it for now.
2020-03-31 14:38:56 -04:00
5e65d0e063 Load yasnippet incrementally 2020-03-31 02:24:14 -04:00
169eb2dadd Fix #2744: remove :t[mux] & :tcd ex commands
They were shadowing :t, a default ex command.
2020-03-30 00:20:05 -04:00
cc0a2a830b Update god-mode version pin 2020-03-29 18:21:05 +13:00
2869c020a0 Bump :editor
abo-abo/lispy@d6b19fe -> abo-abo/lispy@c7e282a
hlissner/doom-snippets@2781b78 -> hlissner/doom-snippets@2a0c3cf
joaotavora/yasnippet@3bf9a3b -> joaotavora/yasnippet@ac03c2f
joaotavora/yasnippet@3bf9a3b -> joaotavora/yasnippet@ac03c2f
noctuid/lispyville@56198f1 -> noctuid/lispyville@25a7012
2020-03-27 18:11:03 -04:00
6bfcde3448 Merge pull request #2760 from oskarkv/defun-textobj-doc
Fix +evil:defun-txtobj docstring
2020-03-27 14:48:19 -04:00
01baf1e8b9 Merge pull request #2777 from sei40kr/fix-region-format
Fix region formatting
2020-03-27 01:26:24 -04:00
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
7d1093dc29 Fix region formatting 2020-03-26 22:49:00 +09:00
427ed2bbc0 Fix +evil:defun-txtobj docstring 2020-03-23 18:23:22 +01:00
dd402b7db3 Remove references to enh-ruby-mode 2020-03-12 11:29:54 -04:00
c049ada61c Revert to lassik/emacs-format-all-the-code@47d862d
From lassik/emacs-format-all-the-code@8c8c47a

Fixes #2704
2020-03-11 00:57:44 -04:00
c2a0ac8b3e Fix #2605: update editor/format module 2020-03-10 01:48:20 -04:00
fb8d96f1cb Preserve cursor+window position, rather than recenter
After n/N or */# searches with evil.
2020-03-06 16:36:35 -05:00
fcac85fc86 Make +evil:copy-this-file autoload interactively 2020-03-03 20:02:07 +02:00
ac87afe34b Bump :editor multiple-cursors
gabesoft/evil-mc@007d471 -> gabesoft/evil-mc@4d4c017
hlissner/evil-multiedit@c3d43b1 -> hlissner/evil-multiedit@9f271e0
2020-02-29 00:30:22 -05:00
02eedac45e Merge pull request #2630 from yoavm448/org-file-template
Title-capitalization for title in org file template
2020-02-28 22:27:12 -05:00
88dd15e204 Revise comments 2020-02-28 22:26:19 -05:00
ad89f79926 Better title heuristic for org template
Uses a stripped version of s-titleized-words, to not add s.el as a dependency.
2020-02-28 20:45:00 +02:00
3a4c83ec3b Fix file template :when logic to apply to modes
When a file template rule is evaluated against a particular buffer it is
supposed to call the :when function if it is defined. Currently, the
function is ignored if the PRED of the template rule is a mode. This
fixes this issue.
2020-02-26 10:45:14 -07:00
9d56af728f Fix typo in doom module readme template 2020-02-25 20:07:52 -05:00
f4d908852a Integrate evil-lion to evil-mode
adds `gl`, `gL` operators for alignment.
2020-02-25 14:21:00 +02:00
743d8825ef Merge pull request #2586 from hackeryarn/remove-racket-smart-open-bracket-mode
Conditionally enable racket-smart-open-bracket-mode
2020-02-24 20:43:15 -05:00
15e7d01bfa Bump :editor evil
emacs-evil/evil@810eaf6 -> emacs-evil/evil@7c42ba4
redguardtoo/evil-nerd-commenter@fd2fba7 -> redguardtoo/evil-nerd-commenter@fa40dab

Fixes redguardtoo/evil-nerd-commenter#107
2020-02-24 20:35:13 -05:00
59b57b7eae Fix empty list on +file-templates/insert-license
In case yasnippet hasn't loaded text-mode snippets yet.
2020-02-24 19:44:21 -05:00