aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home.scm2
-rw-r--r--tw/home/files/emacs-init.el3
2 files changed, 3 insertions, 2 deletions
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."
("<leader>di" . counsel-dash-install-docset)
("<leader>da" . counsel-dash-activate-docset)
("<leader>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.