[osx] Don't initialize osx-dictionary on non-mac systems

Restore the `SPC x w d` key binding for define-word-at-point, from
spacemacs-language.
This commit is contained in:
Aaron L. Zeng 2020-07-09 18:18:55 -04:00 committed by Maximilian Wolff
parent 21b3ae20b3
commit 1a28a26738
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
Possible values are `super' `meta' `hyper' `alt' `left' `none'.
Default: `left'.")
(defvar osx-use-dictionary-app t
(defvar osx-use-dictionary-app (spacemacs/system-is-mac)
"Use the macOS dictionary app instead of Wordnet.")
(defvar osx-swap-option-and-command nil