jrblevin / markdown-mode

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

how to customize markdown-split-window-direction command #769

Closed thefonso closed 1 year ago

thefonso commented 1 year ago

Greetings,

instructions state "...If you want to force the preview window to appear at the bottom or right, you can customize markdown-split-window-direction."

Can someone please tell me "how" to get the preview on the right side?

Much appreciated (thank you for making this tool)

thefonso commented 1 year ago

Ok, figured it out...for any other emacs newbie like me that comes along just add this to your config.el...

;; Set the split window direction for Markdown mode
(setq markdown-split-window-direction 'right)

Side note / suggestion...could this simple line be added to the readme

syohex commented 1 year ago

How about #770 ?