Enable markdown-mode keybindings in the tree-sitter mode as well
This commit is contained in:
parent
26bc0cba83
commit
8be09a6b65
1 changed files with 5 additions and 0 deletions
|
|
@ -164,6 +164,11 @@
|
||||||
(ivy-mode 1)
|
(ivy-mode 1)
|
||||||
(ivy-count-format "(%d/%d) "))
|
(ivy-count-format "(%d/%d) "))
|
||||||
|
|
||||||
|
(use-package markdown
|
||||||
|
:ensure nil
|
||||||
|
:hook (markdown-ts-mode . (lambda () (use-local-map markdown-mode-map)))
|
||||||
|
)
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:bind (("C-c l" . org-store-link)
|
:bind (("C-c l" . org-store-link)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue