documentation formatting: Mon Jan 25 02:14:21 UTC 2021

This commit is contained in:
emacspace 2021-01-25 02:14:21 +00:00 committed by Eugene Yaremenko
parent 0fd0af5d8c
commit 8c18c1fc30
3 changed files with 10 additions and 9 deletions

View File

@ -380,11 +380,10 @@ To install [[https://github.com/federicotdn/verb][Verb]], an HTTP client based o
#+END_SRC
** Spacemacs layout integration
A [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#layouts-and-workspaces][Spacemacs custom layout]] =@Org= is defined by the layer and accessible via =SPC l o=. The startup behavior can be customized with the following layer variables:
A [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#layouts-and-workspaces][Spacemacs custom layout]] =@Org= is defined by the layer and accessible via =SPC l o=. The startup behavior can be customized with the following layer variables:
- =org-persp-startup-org-file= Defines the org file buffer that should be opened after startup. Defaults to the first file in =org-agenda-files=, if =org-persp-startup-org-file= is set to =nil=.
- =org-persp-startup-with-agenda= If non-nil, sets initial buffer to the specified (custom) org-agenda buffer, e.g. =(setq org-persp-startup-with-agenda "a")= opens =org-agenda-list=.
* Key bindings
** Starting org-mode

View File

@ -122,11 +122,11 @@ To enable gtags when in =scala-mode= set the variable =scala-enable-gtags= to =t
#+END_SRC
* Key bindings
Additional major mode keybindings are populated by LSP and DAP.
Additional major mode key bindings are populated by LSP and DAP.
** sbt
| Key binding | Description |
|-------------+------------------------|
| ~SPC m b .~ | sbt transient state |
| ~SPC m b b~ | sbt command |
| Key binding | Description |
|-------------+---------------------|
| ~SPC m b .~ | sbt transient state |
| ~SPC m b b~ | sbt command |

View File

@ -492,6 +492,7 @@ Features:
- Project-specific TODOs via [[https://github.com/IvanMalison/org-projectile][org-projectile]]
- Easy insert of URLs from clipboard with org format via [[https://github.com/rexim/org-cliplink][org-cliplink]]
- Rich insert of code (into a source block with highlighting, and a link) from other buffers via [[https://github.com/unhammer/org-rich-yank][org-rich-yank]]
- Pixel-perfect visual alignment for Org and Markdown tables via [[https://github.com/casouri/valign][valign]]
** Outshine
[[file:+emacs/outshine/README.org][+emacs/outshine/README.org]]
@ -2714,10 +2715,11 @@ Features:
** Command-log
[[file:+tools/command-log/README.org][+tools/command-log/README.org]]
This layer adds a handy command demonstration mode to Spacemacs.
This layer adds handy commands for demonstrating Spacemacs.
Features:
- Support for logging all entered keys and triggered commands in a designated buffer via [[https://github.com/lewang/command-log-mode][command-log-mode]].
- Experimental support for logging the last command directly in the mode line via [[https://github.com/tarsius/keycast][keycast]].
- Provides the best way to demonstrate the connection between keystrokes and commands in Emacs.
- Provides an easy way to create command logs for training classes.
@ -3063,7 +3065,7 @@ Features:
** Tide Layer
[[file:+tools/tide/README.org][+tools/tide/README.org]]
This layer installs [[https://github.com/ananthakumaran/tide][tide]] package which allows communication with
This layer installs [[https://github.com/ananthakumaran/tide][tide]] package which allows communication with
[[https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29][standalone typescript server]] =tsserver= for JavaScript/TypeScript development.
Features: