spacemacs/layers/+spacemacs/spacemacs-language/README.org

27 lines
1.1 KiB
Org Mode
Raw Normal View History

2017-04-25 15:42:58 +00:00
#+TITLE: spacemacs-language layer
2019-05-05 17:26:40 +00:00
#+TAGS: layer|uncategorized
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
- [[#key-bindings][Key bindings]]
2017-04-25 15:42:58 +00:00
* 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 |
2018-09-19 03:54:47 +00:00
|-------------+----------------------------------------------------------|
| ~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 |