diff options
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 |
