add long lines fix

This commit is contained in:
Luj 2025-07-23 20:53:27 +02:00
parent b3d8e5d5e0
commit de4c83b15b
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

@ -245,6 +245,17 @@ I use the ~doom-modeline~, it's nice and clean.
(doom-modeline-mode 1)) (doom-modeline-mode 1))
#+end_src #+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 ** Nerd icons