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