Skip to content

Commit

Permalink
tweak(markdown): add some local keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent a182961 commit 3c8fce8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/me-docs.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@
:custom
(markdown-hide-markup t)
(markdown-enable-html t)
(markdown-enable-math t))
(markdown-enable-math t)
:config
(+map-local! :keymaps 'markdown-mode-map
"l" '(nil :wk "link")
"ll" #'markdown-insert-link
"e" #'markdown-export))

(use-package poly-markdown
:straight t)
Expand Down

0 comments on commit 3c8fce8

Please sign in to comment.