Commit Graph

890 Commits

Author SHA1 Message Date
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
887d127748 Conditionally enable racket-smart-open-bracket-mode 2020-02-23 15:36:16 -06:00
b30f38ac06 Minor refactor & reformatting across the board 2020-02-23 15:42:43 -05:00
ef055778e9 Pin to mrkkrp/vimish-fold@d3248a4
And add hideshow declaration (so `SPC h d p` knows where to find it).
2020-02-23 15:01:03 -05:00
23d6ec70db Bump to emacs-evil/evil@810eaf6
From emacs-evil/evil@3b03a4e

Closes #2570
2020-02-22 13:11:07 -05:00
33ebf514d6 Revert to redguardtoo/evil-nerd-commenter@fd2fba7
From redguardtoo/evil-nerd-commenter@c9fa23e

Due to redguardtoo/evil-nerd-commenter#107
2020-02-21 19:50:33 -05:00
6d2c82db34 Conform editor/lispy readme to new format #1166
And update it.
2020-02-20 21:43:37 -05:00
84a525a099 Remove wrap, additional-wrap, & escape key themes
+ Escape was redundant with Doom's own escape handler
+ Disabled wrap/addition-wrap, as it isn't enabled by default, is
  potentially redundant with evil-{surround,embrace}, and prone to issues
  in tty emacs (see #2573).

Fixes #2573
2020-02-20 21:42:53 -05:00
82b1efeb8a Fix #2576: bind gt/gT for navigating centaur tabs 2020-02-20 18:21:56 -05:00
888d456dc9 Fix #2524: :make executing wrong command 2020-02-20 17:42:58 -05:00
037bcf3c12 Fix #2568: change when file-templates are expanded 2020-02-20 17:24:16 -05:00
dbf9c92b48 Fix +evil-resolve-vim-path-a not removing excess backslashes 2020-02-20 00:51:55 -05:00
8a7763337d doom refresh -> doom sync
refresh isn't going anywhere, but sync will be the canonical command
here on out, because it is more appropriate for kind of work it will be
doing in the future.
2020-02-19 23:34:16 -05:00
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
4680f23d90 Fix type listp error when formatting buffers
Because `buffer-local-variables` may contain symbols
(which represent locally unbound variables), not just sublists.
2020-02-18 14:37:15 -05:00
b0978a4526 Merge pull request #2538 from yoavm448/develop
file-templates README: registering & overriding
2020-02-14 17:32:45 -05:00
55ed4ee7b6 Update TOC format of file-templates README
The new format is the one used by toc-org, the old one would have been
updated eventually...
2020-02-14 15:08:27 +02:00
608bc9f75b file-templates docs: registering and overriding 2020-02-14 15:07:46 +02:00
7b40e80a8f Fix +file-template-p to use :when keyword 2020-02-13 23:32:27 -06:00
b1c02e64f5 Conform advice to naming conventions 2020-02-11 03:44:36 -05:00
cc260b2e97 Merge pull request #2495 from dsdshcym/fix-recenter-after-evil-search
Fix recenter after evil search
2020-02-11 03:26:49 -05:00
af9d8257f1 Fix void-function: closure errors on vterm-toggle-send-escape 2020-02-09 04:33:17 -05:00
92f8ce562c Fix dir-locals targeting fundamental-mode while evil-mode is active #2493
Due to hack upstream, in evil
2020-02-06 16:55:28 -05:00
7eafc54347 Fix code-folding at EOL when cursor isn't at EOL 2020-02-06 15:20:42 -05:00
65b2d50e05 Bump to lassik/emacs-format-all-the-code@f57a2a8
From lassik/emacs-format-all-the-code@d126830
2020-02-06 15:20:27 -05:00