Fix project mode definitions
This commit is contained in:
parent
22e3baf184
commit
3ac1d382be
10 changed files with 113 additions and 93 deletions
|
@ -43,10 +43,10 @@
|
|||
;; Frameworks
|
||||
;;
|
||||
|
||||
;; (def-project! ansible-mode "ans"
|
||||
;; :modes (yaml-mode)
|
||||
;; :files ("roles/"))
|
||||
(def-project-mode! +data-ansible-mode
|
||||
:modes (yaml-mode)
|
||||
:files "roles/")
|
||||
|
||||
;; (def-project! vagrant "vagrant"
|
||||
;; :files ("Vagrantfile"))
|
||||
(def-project-mode! +data-vagrant-mode
|
||||
:files "Vagrantfile")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue