jrblevin / markdown-mode

Emacs Markdown Mode
http://jblevins.org/projects/markdown-mode/
GNU General Public License v3.0
875 stars 160 forks source link

Add `markdown-beginning/end-of-line` functions and `markdown-special-ctrl-a/e` variable #820

Closed kuranari closed 6 months ago

kuranari commented 6 months ago

Description

Add functions to move to the beginning and end of lines (markdown-beginning-of-line and markdown-end-of-line), and the variable markdown-special-ctrl-a/e, like Org mode.

I implemented it based on this version of Org mode.

Related Issue

https://github.com/jrblevin/markdown-mode/issues/811

Type of Change

Checklist

syohex commented 6 months ago

Thanks