Fix name of google-translate's init function

`spacemacs/init-google-translate` should be `spacemacs-language/init-google-translate`, `google-translate` is not loaded because of this.
This commit is contained in:
Bar 2016-02-03 19:41:08 +02:00 committed by Fabien Dubosson
parent e1ddc75024
commit 6baf2abc2b

View file

@ -20,7 +20,7 @@
(spacemacs/set-leader-keys
"xwd" 'define-word-at-point)))
(defun spacemacs/init-google-translate ()
(defun spacemacs-language/init-google-translate ()
(use-package google-translate
:init
(progn