Fix ess contrib layer: bad init function prefix

This commit is contained in:
syl20bnr 2014-11-11 00:08:23 -05:00
parent 562825ecb6
commit 9b7f8a8fbf

View file

@ -8,7 +8,7 @@
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")
(defun spacemacs/init-ess ()
(defun ess/init-ess ()
;; ESS is not quick to load so we just load it when
;; we need it (see my-keybindings.el for the associated
;; keybinding)