summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-04-10 23:30:30 +0100
committerjao <jao@gnu.org>2026-04-10 23:30:30 +0100
commit423ed1c28d147558ed0ceaa43be2f866f5cb5be7 (patch)
tree19701dc6822450aba8266a6491ba839138bac5b0 /init.el
parent2fb95ce248ef5a58cfff193de9036ba48966e60a (diff)
downloadelibs-423ed1c28d147558ed0ceaa43be2f866f5cb5be7.tar.gz
elibs-423ed1c28d147558ed0ceaa43be2f866f5cb5be7.tar.bz2
wee optimisationsmain
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7a1e35b..11abae8 100644
--- a/init.el
+++ b/init.el
@@ -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