Merge branch 'master' of github.com:jdormit/dotfiles
This commit is contained in:
commit
6448c9f70e
@ -34,6 +34,8 @@
|
||||
"C-c M-z" #'js-send-buffer-and-go))
|
||||
|
||||
(use-package typescript-mode
|
||||
:mode ("\\.ts\\'"
|
||||
"\\.mjs\\'")
|
||||
:custom
|
||||
(typescript-indent-level 2))
|
||||
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
(use-package markdown-mode
|
||||
:mode (("\\.md\\'" . gfm-mode)
|
||||
("\\.markdown\\'" . gfm-mode))
|
||||
("\\.markdown\\'" . gfm-mode)
|
||||
("\\.mdx\\'" . gfm-mode))
|
||||
:custom
|
||||
(markdown-fontify-code-blocks-natively t))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user