mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add markdown mode to emacs
This commit is contained in:
parent
9ca2aeab98
commit
eb08f1430f
@ -491,6 +491,12 @@
|
||||
:mode "\\.json\\'"
|
||||
:hook (json-mode-hook . yas-minor-mode))
|
||||
|
||||
;; markdown
|
||||
(use-package markdown-mode
|
||||
:hook (markdown-mode . lsp)
|
||||
:config
|
||||
(require 'lsp-marksman))
|
||||
|
||||
;; lsp
|
||||
(use-package lsp-mode
|
||||
:demand t
|
||||
|
||||
@ -74,6 +74,7 @@ with lib; let
|
||||
lsp-mode
|
||||
lsp-ui
|
||||
magit
|
||||
markdown-mode
|
||||
moe-theme
|
||||
multiple-cursors
|
||||
nix-mode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user