summaryrefslogtreecommitdiff
path: root/modules/system-defaults.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system-defaults.el')
-rw-r--r--modules/system-defaults.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system-defaults.el b/modules/system-defaults.el
index d9441f83..6541fe0f 100644
--- a/modules/system-defaults.el
+++ b/modules/system-defaults.el
@@ -104,8 +104,6 @@ Used to disable functionality with defalias \='somefunc \='cj/disabled)."
(global-auto-revert-mode) ;; update the buffer when the associated file has changed
(setq global-auto-revert-non-file-buffers t) ;; do so for all buffer types (e.g., ibuffer)
-(setq bidi-display-reordering nil) ;; don't reorder bidirectional text for display
-(setq bidi-paragraph-direction t) ;; forces directionality of text for performance.
;; -------------------------------- Emacs Server -------------------------------
;; Start server so emacsclient can connect (needed for pinentry-emacs in terminal)