Commit a19693f3c212

Vincent Demeester <vincent+git@demeester.fr>
2014-04-17 09:45:45
Fixing ensime stuff (syntax & function name)
1 parent bac3d9d
Changed files (1)
.emacs.d
.emacs.d/init.el
@@ -86,15 +86,15 @@
       (require 'ensime)
       (add-hook 'scala-mode-hook 'ensime-scala-mode-hook)
       )
-  (
-   '(when (ignore-errori
-           (executable-find "sbt")
-           (loop for p in '(ensime
-                            )
-                 do (add-to-list 'el-get-packages p))))
-   )
+  '(when (ignore-error
+          (executable-find "sbt")
+          (loop for p in '(ensime
+                           )
+                do (add-to-list 'el-get-packages p)))
+     )
   )
 
+
 ;; getelget -- bootstrap el-get if necessary and load the specified packages
 (load-library "getelget.el")
 ;; install new packages and init already installed packages