markdown-display-buffer-other-window
reinvents display-buffer facilities but in a bad way.
Standard function display-buffer
can be configured by variable display-buffer-alist
to open new buffers in a way the user expects and whishes (e.g. open in a new frame, open in a side window, replace current buffer, open in a new window etc.).
Function markdown-display-buffer-other-window
reinvents those facilities, but can not be configured in any way. The result is, that markdown-live-preview-mode
behaves in a weird and completely ignores user settings for display-buffer
.
Calls to markdown-display-buffer-other-window
should be replaced by calls to display-buffer
.
(defalias 'markdown-display-buffer-other-window 'display-buffer)
Software Versions
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4