spacemacs/layers/+distribution/spacemacs
Fabien Dubosson b644f8abd7 Move auto-dictionary to spell-checking and activate it
This commit moves the – previously disabled – `auto-dictionary` code to
the `spell-checking` layer and activate it. It is now enabled by
default, but can be disabled by setting `spell-checking-auto-dictionary`
to `nil`.

`auto-dictionary` comes with some interesting improvements:

- Tries to automatically detect what is the language of the buffer and
  activate the corresponding dictionary.

- When a buffer is opened, all spelling mistakes are shown without
  needing first to be under the cursor.

- When the dictionary is changed, the whole buffer is reanalyzed for
  spelling mistakes (close #2088).
2015-10-31 14:24:54 +01:00
..
local core: remove special handling of spacemacs-theme and solarized theme 2015-10-07 15:51:39 -04:00
config.el Rename spacemacs-core to spacemacs-base 2015-09-16 21:22:35 -04:00
packages.el Move auto-dictionary to spell-checking and activate it 2015-10-31 14:24:54 +01:00