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