Force directionality of paragraphs in Eat buffer
* eat.el (eat-mode): Set 'bidi-paragraph-direction' to 'left-to-right'.
This commit is contained in:
parent
322e10c713
commit
69be16b565
1 changed files with 1 additions and 0 deletions
1
eat.el
1
eat.el
|
@ -5288,6 +5288,7 @@ END if it's safe to do so."
|
|||
(setq eat--synchronize-scroll-function #'eat--synchronize-scroll)
|
||||
(setq filter-buffer-substring-function
|
||||
#'eat--filter-buffer-substring)
|
||||
(setq bidi-paragraph-direction 'left-to-right)
|
||||
(setq eat--mouse-grabbing-type nil)
|
||||
(setq mode-line-process
|
||||
'(""
|
||||
|
|
Loading…
Add table
Reference in a new issue