Compare commits

..

No commits in common. "f5fc9ba6d979fca640bdb18b03c569a806829827" and "171b78aa7de3d47f6a23eebe538fa05d3c614247" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -2688,12 +2688,6 @@ 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

View File

@ -372,11 +372,9 @@ floating_layout = layout.Floating(
Match(wm_class="Unity", title="UnityEditor.AnnotationWindow"), Match(wm_class="Unity", title="UnityEditor.AnnotationWindow"),
Match(wm_class="Unity", title="Enable Android Auto-resolution?"), Match(wm_class="Unity", title="Enable Android Auto-resolution?"),
Match(wm_class="Unity", title="Select Material"), Match(wm_class="Unity", title="Select Material"),
Match(wm_class="Unity", title="Select Preset"),
Match(wm_class="Unity", title="Color"), Match(wm_class="Unity", title="Color"),
Match(wm_class="Unity", title="Save Layout"), Match(wm_class="Unity", title="Save Layout"),
Match(wm_class="Unity", title="Sirenix.OdinInspector.Editor.TypeSelectorV2"), Match(wm_class="Unity", title="Sirenix.OdinInspector.Editor.TypeSelectorV2"),
Match(wm_class="Unity", title=re.compile(r"^Sirenix.OdinInspector.Editor.EnumSelector.*")),
# Match(wm_class="Unity", title=re.compile(r"^Select .*")), # Match(wm_class="Unity", title=re.compile(r"^Select .*")),
] ]
) )