Remove double entries into company-backends

This commit is contained in:
Maciej 2019-04-02 09:02:44 +03:00
parent 8c44c1b6a9
commit ce5b15e160
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -1,5 +1,2 @@
(add-hook 'elixir-mode 'alchemist-mode)
(add-hook 'elixir-mode 'ruby-end-mode)
(eval-after-load 'company
'(push 'alchemist-company company-backends))