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.el | 1 - .emacs.d/init.org | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fb2490f..ca75d43 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,7 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq-default bidi-paragraph-direction 'left-to-right) (setq-default cursor-in-non-selected-windows nil) (setq-default cursor-type 'bar) (setq-default indent-tabs-mode nil) 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