Emacs: Activate lsp for XML.

This commit is contained in:
tastytea 2020-12-07 15:28:43 +01:00
parent bcd99de364
commit 4a8dc7e2ce

View File

@ -1,6 +1,6 @@
;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-12-02T09:15:58+0100>
;; Time-stamp: <2020-12-07T15:03:32+0100>
;;; Commentary:
@ -44,6 +44,7 @@
:hook ((c++-mode . lsp)
(c-mode . lsp)
(python-mode . lsp)
(nxml-mode . lsp)
(lsp-mode . lsp-enable-which-key-integration)))
;; Eye-candy and flycheck support for lsp-mode.