Emacs: dape performance
This commit is contained in:
parent
3948eb1ccb
commit
f5fc9ba6d9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user