bidi-paragraph-direction = 'left-to-right
A minor performance boost.
This commit is contained in:
parent
4bcc9e1a94
commit
ae3316f0ae
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue