diff --git a/.config/emacs/init.el b/.config/emacs/init.el index bec67ef..d8e354b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -164,6 +164,11 @@ (ivy-mode 1) (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 :ensure nil :bind (("C-c l" . org-store-link)