Add a keybinding for markdown preview

This commit is contained in:
Ohad Livne 2026-01-28 02:21:57 +02:00
parent 26bc0cba83
commit 378fdeb3f9
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
:bind (:map markdown-ts-mode-map
("C-c C-v" . markdown-preview)))
(use-package org (use-package org
:ensure nil :ensure nil
:bind (("C-c l" . org-store-link) :bind (("C-c l" . org-store-link)