aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
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.