I need to set the buffer-variable bidi-display-reordering
in all the buffers... for some reason, its default value isn't correct. It's a pain to do it in each and every buffer I open, so I tried to put the following line in the file .emacs.d/init.el
:
(setq bidi-display-reordering nil)
I then exited Emacs and re-started it, but it didn't work. What's the correct way to do it?