Add elixir config to autoload
This commit is contained in:
parent
58462d2961
commit
ed8b46c4a3
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
|
@ -94,6 +94,7 @@
|
||||||
(load "~/.emacs.d/20elisp.el")
|
(load "~/.emacs.d/20elisp.el")
|
||||||
(load "~/.emacs.d/20ruby.el")
|
(load "~/.emacs.d/20ruby.el")
|
||||||
(load "~/.emacs.d/20web.el")
|
(load "~/.emacs.d/20web.el")
|
||||||
|
(load "~/.emacs.d/20elixir.el")
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
|
|
@ -102,7 +103,7 @@
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(company-ansible alchemist evil-magit window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode evil-nerd-commenter ruby-end web-mode flymake-ruby rvm dash-at-point robe base16-theme exec-path-from-shell evil))))
|
(solarized-theme company-ansible alchemist evil-magit window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode evil-nerd-commenter ruby-end web-mode flymake-ruby rvm dash-at-point robe base16-theme exec-path-from-shell evil))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue