mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs): wayland nox and markdown mode
This commit is contained in:
parent
4f20405cfb
commit
b66b442dba
5 changed files with 46 additions and 20 deletions
12
tools/emacs.d/lisp/init-markdown.el
Normal file
12
tools/emacs.d/lisp/init-markdown.el
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(use-package yaml-mode :straight t)
|
||||
|
||||
(use-package markdown-mode
|
||||
:mode ("\\.md\\'" . markdown-mode)
|
||||
:init
|
||||
(setq markdown-fontify-code-blokcs-natively t)
|
||||
:custom
|
||||
(setq markdown-fontify-code-block-natively t)
|
||||
:hook ((markdown-mode . visual-line-mode)))
|
||||
|
||||
(provide 'init-markdown)
|
||||
;;; init-markdown.el ends
|
||||
Loading…
Add table
Add a link
Reference in a new issue