spacemacs/layers/+spacemacs/spacemacs-language
syl20bnr 29c78ce841 Defer packages by default using use-package-always-defer
Warning now `:defer t` is implied, to force a package to load `:demand t` is
now necessary.
2018-02-27 23:32:52 -05:00
..
packages.el Defer packages by default using use-package-always-defer 2018-02-27 23:32:52 -05:00
README.org Fix doc for first bunch of internal spacemacs layers 2018-02-22 17:36:45 +02:00

spacemacs-language layer

Description

This layer adds support various language related services to Spacemacs.

Features:

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