Set 'bidi-paragraph-direction' to 'left-to-right', rather than setting
'bidi-display-reordering' to nil, as the latter is only intended for
use when debugging the display code.
:group 'so-long)
(defcustom so-long-variable-overrides
- '((bidi-display-reordering . nil)
+ '((bidi-paragraph-direction . left-to-right)
(buffer-read-only . t)
(global-hl-line-mode . nil)
(line-move-visual . t)
to their original states."
:type '(alist :key-type (variable :tag "Variable")
:value-type (sexp :tag "Value"))
- :options '((bidi-display-reordering boolean)
+ :options '((bidi-paragraph-direction (choice (const left-to-right)
+ (const right-to-left)
+ (const nil)))
(buffer-read-only boolean)
(global-hl-line-mode boolean)
(line-move-visual boolean)