Add Elixir and ispell configuration
This commit is contained in:
parent
648a192b64
commit
58462d2961
5 changed files with 21 additions and 12 deletions
5
20elixir.el
Normal file
5
20elixir.el
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(add-hook 'elixir-mode 'alchemist-mode)
|
||||
(add-hook 'elixir-mode 'ruby-end-mode)
|
||||
|
||||
(eval-after-load 'company
|
||||
'(push 'alchemist-company company-backends))
|
||||
Loading…
Add table
Add a link
Reference in a new issue