bidi-paragraph-direction = 'left-to-right

A minor performance boost.
This commit is contained in:
Henrik Lissner 2019-12-08 16:11:54 -05:00
parent 4bcc9e1a94
commit ae3316f0ae
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -228,7 +228,8 @@ users).")
;; Disable bidirectional text rendering for a modest performance boost. Of
;; course, this renders Emacs unable to detect/display right-to-left languages
;; (sorry!), but for us left-to-right language speakers/writers, it's a boon.
(setq-default bidi-display-reordering 'left-to-right)
(setq-default bidi-display-reordering 'left-to-right
bidi-paragraph-direction 'left-to-right)
;; Reduce rendering/line scan work for Emacs by not rendering cursors or regions
;; in non-focused windows.