From de4c83b15ba220c353a06dcd15c755555d60d5c8 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Wed, 23 Jul 2025 20:53:27 +0200 Subject: [PATCH] add long lines fix --- ReadMe.org | 11 +++++++++++ 1 file changed, 11 insertions(+) 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