Skip to content

Commit

Permalink
refactor(builtin): setup gud parameters separately
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 12, 2023
1 parent 9881bbc commit 5c568d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,10 @@ Functions are differentiated into \"special forms\", \"built-in functions\" and
(gdb-thread-buffer-verbose-names nil)
(gdb-window-configuration-directory (+directory-ensure minemacs-local-dir "gdb/"))
(gdb-max-source-window-count 1) ; IDEA: maybe increase it!
(gdb-display-io-nopopup nil) ; IDEA: maybe change it!
(gdb-display-io-nopopup nil)) ; IDEA: maybe change it!

(use-package gud
:straight (:type built-in)
:config
;; Add an overlay for the current line (mimics dap-mode)
(defvar +gud-overlay
Expand Down

0 comments on commit 5c568d8

Please sign in to comment.