From 853b727c39d19979e5de13aff879a83713c5ff3b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 10 Nov 2023 17:50:04 +0100 Subject: Set up Ansible development environment --- tw/home/files/emacs-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw/home/files/emacs-init.el') diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index 6443c8de..f26c790d 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -188,6 +188,7 @@ If CREATE is true and the resulting directory does not exist, create it." (c++-mode '("C++")) (cmake-mode '("CMake")) (puppet-mode '("Puppet")) + (yaml-mode '("Ansible")) (tcl-mode '("Tcl")) (common-lisp-mode '("Common Lisp"))))) @@ -201,7 +202,7 @@ If CREATE is true and the resulting directory does not exist, create it." ("di" . counsel-dash-install-docset) ("da" . counsel-dash-activate-docset) ("dd" . counsel-dash-deactivate-docset)) - :hook ((python-mode python-ts-mode cmake-mode c++-mode puppet-mode tcl-mode common-lisp-mode) + :hook ((python-mode python-ts-mode cmake-mode c++-mode puppet-mode yaml-mode tcl-mode common-lisp-mode) . tw/counsel-dash-is-help) :config ;; Activate all installed docsets by default. -- cgit v1.2.3