Selaa lähdekoodia

Fix minor bug if emacs 27.1 is in use

master
Mitchell Tishmack 5 vuotta sitten
vanhempi
commit
71086e0594
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. +3
    -2
      emacs.org

+ 3
- 2
emacs.org Näytä tiedosto

@@ -315,8 +315,9 @@ detection. But again as I don't use/speak/read them. Ok tradeoff.

#+BEGIN_SRC emacs-lisp
(if (version<= "27.1" emacs-version)
((setq bidi-inhibit-bpa t)
(global-so-long-mode 1)))
(progn
(setq bidi-inhibit-bpa t)
(global-so-long-mode 1)))
#+END_SRC

Ref: https://200ok.ch/posts/2020-09-29_comprehensive_guide_on_handling_long_lines_in_emacs.html


Ladataan…
Peruuta
Tallenna