Move dape-breakpoints

This commit is contained in:
Alexander Rosenberg 2024-07-17 04:18:05 -07:00
parent 202d9268be
commit 57e7eb132a
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -684,6 +684,9 @@ to `posframe-show' if the display is graphical."
(dape-display-source . pulse-momentary-highlight-one-line))
:bind (:map dape-info-parent-mode-map
("<tab>" . dape--info-buffer-tab))
:init
(setopt dape-default-breakpoints-file (no-littering-expand-var-file-name
"dape-breakpoints"))
:config
(setopt dape-buffer-window-arrangement 'right)
(dape-breakpoint-global-mode 1))