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.scm | 2 +- tw/home/files/emacs-init.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tw') diff --git a/tw/home.scm b/tw/home.scm index 12661015..eac7d94b 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -270,7 +270,7 @@ python-tox python-setuptools-scm python-mypy hashicorp-levant-bin hashicorp-nomad-bin hashicorp-consul-bin hashicorp-vault-bin hashicorp-packer-bin - vinagre xfce4-screenshooter + ansible vinagre xfce4-screenshooter ;; i3 and Xorg. i3 itself must be installed system-wide for gdm to pick it up. ;; acpilight is a drop-in xbacklight replacement, as xbacklight doesn't work on my system. 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