mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
10
.emacs.d/modules/tools/ansible/packages.el
Normal file
10
.emacs.d/modules/tools/ansible/packages.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/ansible/packages.el
|
||||
|
||||
(package! yaml-mode)
|
||||
(package! ansible :recipe (:nonrecursive t))
|
||||
(package! ansible-doc)
|
||||
(package! jinja2-mode)
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-ansible))
|
||||
Reference in New Issue
Block a user