elixir: remove unecessary org config for org babel

The config is in ob-elixir
This commit is contained in:
syl20bnr 2018-01-05 22:27:43 -05:00
parent 8bb225b402
commit c3e65f53e7

View file

@ -169,10 +169,6 @@
(defun elixir/post-init-flycheck ()
(spacemacs/enable-flycheck 'elixir-mode))
(defun elixir/pre-init-org ()
(spacemacs|use-package-add-hook org
:post-config (add-to-list 'org-babel-load-languages '(elixir . t))))
(defun elixir/init-ob-elixir ()
(spacemacs|use-package-add-hook org
:post-config