summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-03-26 20:05:56 +0200
committerAlan Pearce2023-03-26 20:05:56 +0200
commit9bbda3055fd878b237a31d95c0c8c72be279fced (patch)
tree61a183199c7ed6d0d497cb04857740846fc41321 /user
parent453b8afdbfb725894b4ddc94def74c9fc92b1c8f (diff)
downloadnixfiles-9bbda3055fd878b237a31d95c0c8c72be279fced.tar.lz
nixfiles-9bbda3055fd878b237a31d95c0c8c72be279fced.tar.zst
nixfiles-9bbda3055fd878b237a31d95c0c8c72be279fced.zip
emacs: optimise for left-to-right scripts
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index afd4661e..066c1acf 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -158,7 +158,8 @@
 
 ;;; Encoding
 
-(setq-default bidi-paragraph-direction 'left-to-right)
+(setq-default bidi-paragraph-direction 'left-to-right
+              bidi-display-reordering 'left-to-right)
 (setq bidi-inhibit-bpa t
       require-final-newline t)