3868a5364f
Add missing ~ (tilde) around key bindings. Remove an extra ~.
26 lines
1.1 KiB
Org Mode
26 lines
1.1 KiB
Org Mode
#+TITLE: spacemacs-language layer
|
|
|
|
#+TAGS: layer|misc|spacemacs
|
|
|
|
* Table of Contents :TOC_5_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
- [[#key-bindings][Key bindings]]
|
|
|
|
* Description
|
|
This layer adds support various language related services to Spacemacs.
|
|
|
|
** Features:
|
|
- Show definition of word at point via [[https://github.com/abo-abo/define-word][define-word]].
|
|
- Integration of google-translate into Emacs via [[https://github.com/atykhonov/google-translate][google-translate]].
|
|
|
|
* Key bindings
|
|
|
|
| Key binding | Description |
|
|
|-------------+----------------------------------------------------------|
|
|
| ~SPC x w d~ | Show definition of word at point |
|
|
| ~SPC x g l~ | Set the source and target languages for google translate |
|
|
| ~SPC x g Q~ | Send marked area to google translate as reverse query |
|
|
| ~SPC x g q~ | Send marked area to google translate as forward query |
|
|
| ~SPC x g T~ | Send word at point to google translate as reverse query |
|
|
| ~SPC x g t~ | Send word at point to google translate as forward query |
|