Emacs: Add json-mode and activate lsp-mode for it.

This commit is contained in:
tastytea 2021-01-08 03:08:50 +01:00
parent a05aeb3b1a
commit 657640b4dd
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@
(c-mode . lsp)
(python-mode . lsp)
(nxml-mode . lsp)
(json-mode . lsp)
(lsp-mode . lsp-enable-which-key-integration)))
;; Eye-candy and flycheck support for lsp-mode.

View File

@ -209,5 +209,7 @@
;; i3 configuration files.
(use-package i3wm-config-mode)
(use-package json-mode)
(provide 'text/misc)
;;; misc.el ends here