Henrik Lissner
353752ec34
Merge pull request #5247 from iyefrat/ripgrep
...
remove ripgrep dependency from ivy and helm readmes
2021-07-09 15:50:03 -04:00
Itai Y. Efrat
3aec407056
remove ripgrep dependency from ivy and helm readmes
...
Doom already has the install instructions in the broader documentation,
and since ripgrep is a dependency for doom in general these are
redundant.
2021-07-09 22:26:02 +03:00
Henrik Lissner
ba716d69f0
Fix #5125 : mix snippets with completion candidates
...
So snippets aren't all the way at the bottom of the candidate list.
Closes #5220
2021-07-09 13:25:14 -04:00
Henrik Lissner
bafb392031
Fix fonts losing properties when resized
...
Fixes #5182 : fonts lose :weight and :slant when being resized.
Fixes #5146 : fonts being remapped too eagerly.
2021-07-09 12:58:14 -04:00
Colin Woodbury
42ff369142
SPC TAB N
binding (#5173 )
...
* Introduce `SPC TAB N` binding
* Add vanilla Emacs binding
2021-07-09 01:13:13 -04:00
Henrik Lissner
36d186d1cd
Fix #4665 : don't close annotation window on ESC
2021-07-08 21:42:13 -04:00
Henrik Lissner
80c32eaa89
Fix #5176 (again): wrong interactive arg to gt/gT commands
2021-07-08 18:41:48 -04:00
Henrik Lissner
9b1be8f5e2
Merge pull request #5174 from gagbo/patch-7
...
[:input layout bepo] Remove "W" convenience remap
2021-07-08 18:23:07 -04:00
Henrik Lissner
5be988ac31
Bump :emacs dired
...
dgutov/diff-hl@1af31fe -> dgutov/diff-hl@992559f
wyuenho/all-the-icons-dired@f401fe2 -> wyuenho/all-the-icons-dired@a758766
yqrashawn/fd-dired@7d18938 -> yqrashawn/fd-dired@c223aee
Fixes #4923 : removes illegal --quoting-style=literal option passed to
xargs by fd-dired package on BSD systems (like macOS).
2021-07-08 18:20:17 -04:00
Henrik Lissner
239f3cfdb4
Merge pull request #5154 from ymarco/yas-beg-end-is-nil
...
lang/latex +fold: fix error when yas-snippet-{beg,end} are nil
2021-07-08 18:12:24 -04:00
Henrik Lissner
4fbb9487ad
Merge pull request #5159 from Zetagon/develop
...
Remove dependence on company for fish and bash completion in eshell
2021-07-08 18:09:54 -04:00
Henrik Lissner
3bbebd245e
Merge pull request #5202 from meltinglava/develop
...
removed unused use in "file-template rust main"
2021-07-08 18:04:20 -04:00
Henrik Lissner
715cabe54f
Merge pull request #5162 from iyefrat/json
...
lang/json/doctor: only check for jq if ivy is on
2021-07-08 18:01:43 -04:00
Henrik Lissner
09226f905d
Fix #5155 : interactive specs for tmux commands
...
(interactive "PD") was incorrectly used to pass two interactive
arguments to the command, but only the first argument was sent.
This corrects that, refactors +tmux/cd to be easier to understand, and
updates its docstring to reflect these changes.
2021-07-08 17:52:20 -04:00
Henrik Lissner
bbd15a16ee
Merge pull request #5179 from RBckmnn/Fix#5128
...
Fix #5128 : No format-on-save by lsp-formatters
2021-07-08 17:45:33 -04:00
Henrik Lissner
0ed6592b30
Merge pull request #5193 from iyefrat/fennel
...
lang/lua: document fennel support in readme
2021-07-08 17:44:33 -04:00
Henrik Lissner
a1c80a5dcd
Merge pull request #5203 from bersace/bats
...
Define sh-mode for bats files
2021-07-08 17:38:40 -04:00
Henrik Lissner
1a96f5b002
Fix #5176 : don't prompt on gt/gT (tab switch)
2021-07-08 15:24:18 -04:00
Henrik Lissner
57026c4b70
Fix #5169 : x-underline-at-descent-line = nil
...
Looks weird when line-spacing is non-zero.
2021-07-08 15:20:22 -04:00
Henrik Lissner
ff2e75b15e
Remove checkboxes in issue forms
...
This is dangerous, but I don't want these pseudo task lists polluting
the new issue alpha dashboard.
I bet I'll end up reverting this...
2021-07-08 15:11:39 -04:00
Henrik Lissner
8ad846e15b
Fix #5198 : blacklist WSL_INTEROP in envvar file
2021-07-08 15:11:39 -04:00
Henrik Lissner
6438172e74
Fix #5224 : void-function error on +vc/* commands
2021-07-08 15:11:39 -04:00
Henrik Lissner
459eba8fe0
Merge pull request #5214 from cwlbraa/bump-flycheck-kotlin
...
bump flycheck-kotlin to support newer ktlint
2021-07-08 14:15:48 -04:00
Henrik Lissner
5ed4cbf6f2
Merge pull request #5230 from PatrickWulfe/flutter-localleader-binding-fix
...
The dart config was setting the 'flutter-run-or-hot-reload' keybind w…
2021-07-08 14:13:26 -04:00
Henrik Lissner
6b1b0b6dde
Merge pull request #5227 from iyefrat/projectile
...
don't explicitly set `projectile-completion-system`
2021-07-08 14:11:14 -04:00
Henrik Lissner
761e8c2d5c
Merge pull request #5208 from pqitr/patch-1
...
remove duplicate '+' from kotlin +lsp
2021-07-08 14:10:44 -04:00
Henrik Lissner
bd5327f9cc
Merge pull request #5235 from ErnestDong/develop
...
Filter directories when purging straight repos
2021-07-08 14:10:25 -04:00
Patrick Wulfe
80db3110a5
Made changes specified in pull request
2021-07-08 10:16:42 -07:00
meltinglava
85264fea5d
Merge branch 'hlissner:develop' into develop
2021-07-08 13:47:55 +02:00
Étienne BERSAC
ef84fce68c
Define sh-mode for bats files
...
bats is a superset of shell script for writing automated tests exected
with TAP. sh-mode works very well with bats files.
2021-07-08 11:16:38 +02:00
Henrik Lissner
04eb44a610
tools/pass: remove auth-source-pass recipe
...
A sufficiently up-to-date version of this package is built into Emacs
27.1+. Since we dropped 26.x support in 044a1a5f2
this is no longer
needed.
Mentioned in https://discourse.doomemacs.org/t/1180
2021-07-08 00:29:32 -04:00
Henrik Lissner
400fa0836d
editor/evil: update disable instructions in readme
...
Fixes #5242
2021-07-07 12:05:15 -04:00
Henrik Lissner
43ddb10970
docs/faq: fix evil-snipe instructions
...
Fixes #5242
2021-07-07 11:43:50 -04:00
Henrik Lissner
e7fd26aaa6
Merge pull request #5241 from thegeorgeous/fix-magit-log-buffer-command
...
Fix command to show git log of current buffer file
2021-07-06 18:05:40 -04:00
George Thomas
74fc7ae664
Fix command to show git log of current buffer file
...
Currently <kbd>SPC g L</kbd> runs `magit-log` which opens a context
window for git log with an option selected that limits the log to the
file open in buffer. The user then has to press <kbd>l</kbd> to actually
see the log. The same result can be achieved by calling
`magit-log-buffer-file` instead
2021-07-07 03:33:13 +05:30
Henrik Lissner
007268bc09
Merge pull request #5240 from corasaurus-hex/patch-2
...
Set the lsp-ui-sideline-actions-icon to the default
2021-07-06 15:31:31 -04:00
Cora Sutton
7925759b8e
Set the lsp-ui-sideline-actions-icon to the default
...
When Emacs 26.x support was in place this was originally:
```elisp
lsp-ui-sideline-actions-icon (if EMACS27+ lsp-ui-sideline-actions-icon-default)
```
But when it was removed it became:
```elisp
lsp-ui-sideline-actions-icon t
```
The docs for lsp-ui-sideline-actions-icon say:
```
Image file for actions. It must be a png file.
```
Setting this to `t` results in a whole lot of these messages:
```
[lsp-ui-sideline]: Error with actions icon: (error Invalid image specification)
```
So the solution seems to me to be to set it to:
```elisp
lsp-ui-sideline-actions-icon lsp-ui-sideline-actions-icon-default
```
I've set it in my emacs and it seems to work.
2021-07-06 13:46:53 -05:00
Henrik Lissner
2d2246d7ca
term/eshell: alias ff = find-file-other-window
...
The old alias was redundant with "f"
2021-07-06 02:32:38 -04:00
Henrik Lissner
6a23c6142b
tools/direnv: refactor
...
Our advice is no longer needed, now that envrc provides
envrc-propagate-environment. We also cache the executable path (benefits
TRAMP users, in particular).
2021-07-06 02:32:38 -04:00
Henrik Lissner
3ccc12c16b
Add init.example.el one-liner for :tools lsp
2021-07-06 02:32:38 -04:00
Henrik Lissner
19edcb9314
Change doom-version to 3.0.0-alpha
...
The future is now.
2021-07-06 02:32:38 -04:00
Henrik Lissner
9198b03807
Bump :core
...
bbatsov/projectile@5e6fdab -> bbatsov/projectile@da08a91
domtronn/all-the-icons.el@facbde4 -> domtronn/all-the-icons.el@9d97c07
justbur/emacs-which-key@fc29864 -> justbur/emacs-which-key@27d9fec
raxod502/straight.el@915707f -> raxod502/straight.el@b45dd00
2021-07-06 02:32:38 -04:00
Henrik Lissner
38bc1ab81a
Bump :tools pdf
...
vedang/pdf-tools@d262cf9 -> vedang/pdf-tools@5f77dae
Fixes #4989 : remove local hacks for retina support in favor of upstream
fixes.
2021-07-06 02:32:26 -04:00
Henrik Lissner
044a1a5f2b
Drop Emacs 26.x support
...
Emacs 27.x has been the stable version of Emacs for nearly a year, and
introduces a litany of bugfixes, performance, and quality-of-life
improvements that significantly reduce Doom's maintenance burden (like
XDG support, early-init.el, image manipulation without imagemagick, a
native JSON library, harfbuzz support, pdumper, and others).
With so many big changes on Doom's horizon, I like having one less (big)
thing to worry about.
Also reverts bb677cf7a
(#5232 ) as it is no longer needed.
2021-07-06 02:31:52 -04:00
Henrik Lissner
ff2d56794e
Don't activate sly-mode in lisp-mode derived modes
...
Fixes some issues (like indentation or unrelated sly-mode warnings) in
lisp-like major modes (like fennel-mode).
2021-07-06 02:31:22 -04:00
ErnestDong
8c3a83526b
Filter directories when purging straight repos
...
in macOS there is always an annoying ".DS_Store" in straight/repos,
which breaks `doom purge`
2021-07-05 15:06:54 +08:00
Patrick Wulfe
c091b27e4a
Made changes specified in pull request
2021-07-04 18:44:01 -07:00
Henrik Lissner
7afb09da73
Merge pull request #5232 from samrjack/fix-pdf-blocking-issue
...
Prevent extra variable from being passed in macro.
2021-07-04 19:18:15 -04:00
Samuel Jackson
bb677cf7a5
Prevent extra variable from being passed in macro.
...
In the PDF module, there is a macro that is used to prevent the
file-too-big prompt for PDFs since they're always too big. However, this
macro has an extra variable listed that then gets passed on to the
wrapped function and causes an error if the function doesn't support the
extra variable.
This fix simply checks if the extra value is present or not and only
calls the wrapped function with it if is actually present. After all,
the variable will still be nil even if nil isn't passed.
2021-07-04 14:59:29 -07:00
Patrick Wulfe
2546883543
The dart config was setting the 'flutter-run-or-hot-reload' keybind with init, so if you changed the localleader in your settings, it would stay as SPC m rather than what localleader was mapped to
2021-07-03 12:23:05 -07:00