diff options
| author | jao <jao@gnu.org> | 2026-04-10 23:30:30 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-04-10 23:30:30 +0100 |
| commit | 423ed1c28d147558ed0ceaa43be2f866f5cb5be7 (patch) | |
| tree | 19701dc6822450aba8266a6491ba839138bac5b0 /init.el | |
| parent | 2fb95ce248ef5a58cfff193de9036ba48966e60a (diff) | |
| download | elibs-423ed1c28d147558ed0ceaa43be2f866f5cb5be7.tar.gz elibs-423ed1c28d147558ed0ceaa43be2f866f5cb5be7.tar.bz2 | |
wee optimisationsmain
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -180,6 +180,9 @@ :demand t :config (jao-sleep-dbus-register)) +;;;; buffering for processes +(setq read-process-output-max (* 4 1024 1024)) + ;;;; process runners (use-package jao-shell :demand t @@ -1677,6 +1680,11 @@ (require 'jao-custom-programming) ;;; Text/data formats +;;;; (no) bidi +(setq-default bidi-display-reordering 'left-to-right + bidi-paragraph-direction 'left-to-right) +(setq bidi-inhibit-bpa t) + ;;;; json (use-package json-mode :ensure t) ;;;; yaml |
