From f5fc9ba6d979fca640bdb18b03c569a806829827 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Fri, 20 Sep 2024 08:40:29 +0700 Subject: [PATCH] Emacs: dape performance --- .config/emacs/init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/emacs/init.org b/.config/emacs/init.org index 7117f37..32cad0f 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -2688,6 +2688,12 @@ and there's no need for a middle-man when it's already been implemented. (define-key global-map (kbd "") #'joe/dape-toggle-breakpoint-and-rerun) #+end_src + +Apparently this helps with the performance of dape + +#+begin_src emacs-lisp +(setq read-process-output-max (* 1024 1024)) ;; 1mb +#+end_src ** org-mode *** General #+begin_src emacs-lisp