config/doom: add shortcut to convert Markdown for Zulip

This commit is contained in:
xeruf 2021-12-21 13:41:37 +01:00
parent c260be09d0
commit 48299dc8c7
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,8 @@ Version 2019-11-04 2021-02-16"
"njo" 'org-journal-open-current-journal-file "njo" 'org-journal-open-current-journal-file
"Se" '+snippets/edit "Se" '+snippets/edit
"Sm" 'smerge-mode "Sm" 'smerge-mode
:map text-mode-map
:desc "Markdown to Zulip" "mam" ":%s/^## \\(.*\\)/**\\1**/ :%s/^##+ \\(.*\\)/*\\1*/ :%s/<\\([^ ]+\\)>/\\1/"
:map smerge-mode-map :map smerge-mode-map
:leader :leader
"Ss" 'smerge-next "Ss" 'smerge-next
@ -204,6 +206,7 @@ Version 2019-11-04 2021-02-16"
("M-C--" . org-timestamp-down) ("M-C--" . org-timestamp-down)
) )
:config :config
(map! :map org-mode-map (map! :map org-mode-map
:leader :leader
"j" 'org-insert-heading "j" 'org-insert-heading