summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/emacs/init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 632177c4..b05e2a2e 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -93,6 +93,12 @@
 (add-to-list 'default-frame-alist '(width . 100))
 (add-to-list 'default-frame-alist '(height . 40))
 
+;;; Encoding
+
+(setq bidi-paragraph-direction 'left-to-right)
+(when (version<= "27.1" emacs-version)
+  (setq bidi-inhibit-bpa t))
+
 ;;; Dates & Times
 
 (defvar calendar-week-start-day 1)