From 531507d0f38427a8a4e521e8a088e9b17ec80bba Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 13:19:39 +0200 Subject: Move bidi setting to init.org --- .emacs.d/init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 098d5e0..7d13d87 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -441,6 +441,17 @@ (setq gnus-init-file "~/.emacs.d/site-lisp/gnus-init") #+END_SRC +** Turn off bidirectional text + + To speed things up a little, and because I have no contacts at all + (so far) who use right-to-left text, there is no reason for me to + use bidirectional text. For this reason I tell Emacs to always use + left-to-right by default, instead of checking each paragraph. + + #+BEGIN_SRC emacs-lisp + (setq-default bidi-paragraph-direction 'left-to-right) + #+END_SRC + * Notes Here are some random or somewhat general notes about things you may -- cgit v1.2.3-54-g00ecf