add long lines fix
This commit is contained in:
parent
b3d8e5d5e0
commit
de4c83b15b
1 changed files with 11 additions and 0 deletions
11
ReadMe.org
11
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue