I'm using emacs to write my thesis. I need to create a Hebrew abstract. Is there a way to enable right-to-left text display in emacs? (the correct answer should be how can I enable right-to-left text in emacs?)
Asked
Active
Viewed 1,506 times
2 Answers
0
(setq bidi-paragraph-direction 'right-to-left)
You may also want to take a look at toggle-input-method command.
More info Bidirectional Editing
fhdhsni
- 101