Add a keybinding for markdown preview
This commit is contained in:
parent
26bc0cba83
commit
378fdeb3f9
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
|
||||||
|
: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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue