summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
authorTimo Wilken2023-11-10 17:50:04 +0100
committerTimo Wilken2023-11-10 17:50:04 +0100
commit853b727c39d19979e5de13aff879a83713c5ff3b (patch)
tree9b61caae2517cbc46e8dfd0502232ccd6cffa6d7 /tw/home/files/emacs-init.el
parent7b029f895bd067a55291af5e8b94d370eecb0574 (diff)
Set up Ansible development environment
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el3
1 files changed, 2 insertions, 1 deletions
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.