| author | Luke Hoersten <luke@hoersten.org> | 
| Thu, 02 Oct 2025 10:12:51 -0500 | |
| changeset 106 | 21828209cc73 | 
| parent 77 | c99c95938a05 | 
| permissions | -rw-r--r-- | 
| 77 | 1  | 
;; ~/.emacs.d/elisp/ansible-init.el | 
2  | 
;; Luke Hoersten <[email protected]> | 
|
3  | 
||
4  | 
;; Require packages | 
|
5  | 
(require 'package-require)  | 
|
6  | 
(package-require '(yaml-mode jinja2-mode company company-ansible ansible-doc))  | 
|
7  | 
||
8  | 
(add-hook 'yaml-mode-hook #'ansible-doc-mode)  | 
|
9  | 
||
10  | 
(message "Loading ansible-init...done")  | 
|
11  | 
(provide 'ansible-init)  |