Commit graph

12392 commits

Author SHA1 Message Date
SpacemacsBot
fcf3aa7c9e [bot] "documentation_updates" Sun Jul 31 15:33:44 UTC 2022 2022-07-31 17:35:17 +02:00
Maxi Wolff
61785c073c
[docker] Make sure to prefix compile commands for lsp bindings 2022-07-31 17:30:39 +02:00
Maxi Wolff
4c9cd947a0
Remove depreciated github layer
and ignore flycheck_packages temp files
2022-07-31 17:26:07 +02:00
Alfonso Montero
84d0bb3c4f
Improve Docker layer 'dockerfile-mode' major mode keybindings (#15414)
* [completion] Fix readme markup.

* [docker] Improve keybindings: save keystrokes and add convenience shortcuts.

* [docker] Remove duplicate bindings.
2022-07-31 17:25:45 +02:00
SpacemacsBot
d5126be700 [bot] "built_in_updates" Sun Jul 31 14:28:15 UTC 2022 2022-07-31 16:34:06 +02:00
Maxi Wolff
b994a520e3
[translate] Make sure that go-translate is loaded after posframe 2022-07-31 16:26:11 +02:00
Ray Wang
43f24dfc9c
[dap] move posframe package into spacemacs-visual layer
1. move posframe package into spacemacs-visual layer for package sharing
2. add `pre-int-posframe` and `post-init-posframe` for further configurations

Rebase to the latest code and remove posframe from translate layer

[translate] allow user to customize renders
2022-07-31 16:09:20 +02:00
Maxi Wolff
ca728d278b
Fix double ownership of posframe package
each package can only be owned by one layer
in this case it's dap layer's package.

translate layer only uses pre-init stuff.
2022-07-31 16:01:12 +02:00
Maxi Wolff
d49e7a35c1
Reformat and change new binding to be consistent with upstream
See #15637
2022-07-31 15:56:51 +02:00
Gunnar Bastkowski
e348e4cda4
Add keybinding for projectile-run-project (#15637) 2022-07-31 15:53:25 +02:00
SpacemacsBot
13cb1e0f12
[bot] documentation_updates (#15666)
Co-authored-by: SpacemacsBot <not@an.actual.email.beep.boop>
2022-07-26 06:56:44 +00:00
Lucius Hu
90f01114d2
nav-flash: clean up
Removed the setting on `nav-flash-face` to `:extend t`
because this is the default.
2022-07-26 02:55:32 -04:00
Lucius Hu
8e3686d254
nav-flash: better mechanism on determining last point before blink
This is ported from Doom Emacs.
2022-07-26 02:53:40 -04:00
Lucius Hu
fdfd9f1457
nav-flash: fix #15617
based on ff58823d48
2022-07-26 02:43:44 -04:00
Lucius Hu
ef912d7e7a
nav-layer: add credit section to layer documentation 2022-07-26 02:43:09 -04:00
Lucius Hu
c2903ad64a
COPYRIGHT: add license info of nav-flash layer 2022-07-26 01:14:52 -04:00
SpacemacsBot
e1f844a852
[bot] "documentation_updates" Mon Jul 25 18:38:07 UTC 2022 (#15663) 2022-07-25 14:53:53 -04:00
Michael Bauer
c5330deb69
Update README.org (#15657) 2022-07-25 18:37:01 +00:00
Rodrigo Kassick
c8c7c85909
fix: dotspacemacs-directory is expected to end with a slash (#15662) 2022-07-25 12:18:25 -04:00
Lucius Hu
861ea131e1
core-dotspacemacs: cleaning up (#15661)
Co-authored-by: Lucius Hu <lebensterben@users.noreply.github.com>
2022-07-25 08:31:04 +00:00
Lucius Hu
45bf3825dd
README: rewrite (#15660)
rewrite
2022-07-25 08:25:05 +00:00
Lucius Hu
03ccb174db
FAQ: added two questions
They are from README.md.

(In a latter commit they would be removed from README.md consequently)
2022-07-25 03:48:12 -04:00
Lucius Hu
00d19c3656
core-fonts-support: clarify comment, removed unnecessary codepoints 2022-07-25 03:47:12 -04:00
Lucius Hu
2e897fcc89
fixup! core-configuration-layer: fix quelpa on opensuse 2022-07-23 04:40:37 -04:00
Bai, Yang
a1f82b7367
[major-modes] move gemini-mode source to MELPA (#15656) 2022-07-22 03:23:13 -04:00
Thanh
c49e80d794 Revert "[spacemacs-bootstrap] Remove whitespace from kill ring. (#15634)"
This reverts commit 91af298090.

it breaks (kill-whole-line) `kill-whole-line` (C-S <backspace>)

the SO link mentioned in it got 0 point.
and hack like this can be put it to user's own config.
2022-07-21 08:57:45 +02:00
thanhvg
5dc773e90f
[compleseus] fix hack for company-capf (#15652) 2022-07-20 23:58:12 -04:00
Lucius Hu
d428d71a1f
core-configuration-layer: fix quelpa on opensuse
`quelpa-build-explicit-tar-format-p` needs to be non-nil so `tar` uses `--format=gnu`.
This is necessary on OpenSuse
2022-07-20 02:20:48 +00:00
cremacs1
ed8ddd955a
Update core-themes-support.el (#15649) 2022-07-17 19:03:46 +00:00
SpacemacsBot
ba33309327
[bot] "documentation_updates" Fri Jul 15 20:49:15 UTC 2022 (#15647) 2022-07-15 20:51:09 +00:00
4055e49b25 [major-modes] Add Gemtext support 2022-07-15 22:48:28 +02:00
Richard Kim
e13e8d7b54 Enable tws mode also in text-mode in addition to prog-mode. 2022-07-15 22:47:16 +02:00
Thanh
4357030100 [compleseus] improve M-n 2022-07-15 22:41:05 +02:00
thanhvg
58f021b3f3
[compleseus] work with tramp (#15639)
make tramp completion work and layout recognize remote project.
2022-07-15 20:26:09 +00:00
Ben
91af298090
[spacemacs-bootstrap] Remove whitespace from kill ring. (#15634)
When `dotspacemacs-enable-paste-transient-state` is on, there exists a minor
annoyance that deleted whitespaces appear in the kill ring. This requires an
extra C-j/C-k to bypass the noise.

This commit uses a advice function to `kill-new` to prevent text with only
whitespaces from entering kill ring.

Credit: https://stackoverflow.com/questions/12102554/emacs-skip-whitespace-kills

Co-authored-by: Lucius Hu <1222865+lebensterben@users.noreply.github.com>
Co-authored-by: Lucius Hu <lebensterben@users.noreply.github.com>
2022-07-15 20:22:19 +00:00
SpacemacsBot
8041d8a349
[bot] documentation_updates (#15646)
Co-authored-by: SpacemacsBot <not@an.actual.email.beep.boop>
2022-07-15 19:51:39 +00:00
Ben
aee4fa85d5
Undo-region: more ergonomic keybindings (#15631) 2022-07-15 19:26:28 +00:00
Ben
872c714d54
Remove obsolete documentation in FAQ.org. (#15632) 2022-07-15 08:09:50 +00:00
SpacemacsBot
598065e6bd
[bot] documentation_updates (#15645)
Co-authored-by: SpacemacsBot <not@an.actual.email.beep.boop>
2022-07-15 08:08:46 +00:00
Lucius Hu
a6ae2f6a7c
nav-flash: Added new layer variable and other changes
- Added a new layer variable `nav-flash-exclude-modes` which tells
`nav-flash/blink-cursor-maybe` not to trigger when the major mode matches one of
its elements.
- Expanded the documentation.
- Tidying up.
2022-07-15 04:01:34 -04:00
Lucius Hu
7b7b7e7b6b
fixup! syntax-checking: Improved documentation and clean-ups 2022-07-15 01:26:36 -04:00
Lucius Hu
e13c5c7147
syntax-checking: Improved documentation and clean-ups 2022-07-14 23:26:24 -04:00
Lucius Hu
67bb7e69ec
syntax-checking: improved layer documentation
This commit contains adjustment to layer documentatin.

Specifically it added more information on key bindings in
`flycheck-error-list-mode` and adjusted the order of a few sections.
2022-07-14 04:17:45 -04:00
Lucius Hu
5ce944a1da
syntax-highlighting: improved docs on pop window configuratin
This commit improved both the layer documentation of pop window configuration
and docstring of relavant layer variables.
2022-07-14 03:53:10 -04:00
Lucius Hu
016e2638f0
syntax-highlighting: changed flycheck-error-list-mode keymap
- Removed redundant keybinding for `RET`, which is already defined in
`flycheck`.
- Added two keybindings to move the focus to next/previous line without also
viewing the corresponding error in the other window.
2022-07-14 03:31:59 -04:00
Lucius Hu
5d3820a1e5
syntax-checking: fixed flycheck error list popwin config
Due to an error of argument order, `syntax-checking--buffer-config` was not
declared correctly and the setting is not respected by `popwin`.

This commit fixed that.
2022-07-14 03:29:35 -04:00
Lucius Hu
57d7cfee5c
syntax-checking: added support for margin indicator
Before this commit, users are not informed of the option to use margins, in
addition to fringes, to display flycheck indicators. This commit provides
clearer information on customizing this. Specifically:

- Added instruction on how to change the location of flycheck indicator.
- Added a new layer variable `syntax-checking-indication-symbol` which allows
  customization for symbol used for flycheck indication.
- Deprecated the layer variable `syntax-checking-use-original-bitmaps` in favour
  of `syntax-checking-indication-symbol`, because the latter allows a finer
  control of both fringe bitmap and margin string.
2022-07-14 02:08:01 -04:00
Lucius Hu
09698dc8fa
syntax-checking: add binding for flycheck-disable-checker 2022-07-13 18:12:01 -04:00
Lucius Hu
35cf3df3dc
import-js: replace if w/ when 2022-07-13 18:04:04 -04:00
Lucius Hu
4636672203
syntax-checking: prevent changing window when quitting error list
When toggling off flycheck's error list window, it calls `quit-window` which
might also change the focus to another window.

Wrapping this form `save-selected-window` ensures the focus always returns to
where toggling command is first invoked.
2022-07-13 17:39:40 -04:00