Enable markdown-mode keybindings in the tree-sitter mode as well

This commit is contained in:
Ohad Livne 2026-01-28 02:21:57 +02:00
parent 26bc0cba83
commit 8be09a6b65
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -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)