Massive refactor. Refactor all the things
This commit is contained in:
parent
03514fc09d
commit
f234be68a4
56 changed files with 792 additions and 831 deletions
|
@ -1,12 +1,12 @@
|
|||
;;; extra-ansible.el
|
||||
|
||||
(define-project-type! ansible-mode "ans"
|
||||
(def-project-type! ansible-mode "ans"
|
||||
:modes (yaml-mode)
|
||||
:files ("roles/"))
|
||||
|
||||
(use-package company-ansible
|
||||
:commands (company-ansible)
|
||||
:init (define-company-backend! ansible-mode (ansible)))
|
||||
:init (def-company-backend! ansible-mode (ansible)))
|
||||
|
||||
(provide 'extra-ansible)
|
||||
;;; module-ansible.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue