summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs b/emacs
index 6d43c4f..a707557 100644
--- a/emacs
+++ b/emacs
@@ -11,6 +11,10 @@
(normal-top-level-add-subdirs-to-load-path)
(nconc load-path orig-load-path))
+;; fix scroll bug with emacs 24.1
+(when (boundp 'bidi-paragraph-direction)
+ (setq-default bidi-paragraph-direction 'left-to-right))
+
;; load own color theme
(when (require 'color-theme nil 'noerror)
(color-theme-initialize)