diff --git a/ReadMe.org b/ReadMe.org index ea713ba..5dfc2ab 100644 --- a/ReadMe.org +++ b/ReadMe.org @@ -245,6 +245,17 @@ I use the ~doom-modeline~, it's nice and clean. (doom-modeline-mode 1)) #+end_src +** Long lines... + +... Are painful + +#+begin_src emacs-lisp :tangle "init.el" + (setq-default bidi-paragraph-direction 'left-to-right) + (setq bidi-inhibit-bpa t) + (global-so-long-mode 1) +#+end_src + + ** Nerd icons