From 21daa87696730947ce7136941fe14af42fc2fd00 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 15 May 2021 20:16:48 +0200 Subject: [PATCH] Enable yas-minor-mode in XML buffers. --- init.d/text/common.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/text/common.el b/init.d/text/common.el index 7c5a1fd..bc64c88 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -171,7 +171,8 @@ ("TAB" . my/tab-yas-or-company)) :hook ((prog-mode . yas-minor-mode) - (org-mode . yas-minor-mode))) + (org-mode . yas-minor-mode) + (nxml-mode . yas-minor-mode))) ;; Install snippet-collection but don't use it. (use-package yasnippet-snippets