Emacs: dape performance

This commit is contained in:
Joseph Ferano 2024-09-20 08:40:29 +07:00
parent 3948eb1ccb
commit f5fc9ba6d9

View File

@ -2688,6 +2688,12 @@ and there's no need for a middle-man when it's already been implemented.
(define-key global-map (kbd "<f5>") #'joe/dape-toggle-breakpoint-and-rerun) (define-key global-map (kbd "<f5>") #'joe/dape-toggle-breakpoint-and-rerun)
#+end_src #+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 ** org-mode
*** General *** General
#+begin_src emacs-lisp #+begin_src emacs-lisp