Skip to content

Commit bcd9616

Browse files
committed
Added setting of the dap-ui-repl-history-dir variable.
1 parent 7da971a commit bcd9616

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

init.org

+6-1
Original file line numberDiff line numberDiff line change
@@ -4457,6 +4457,10 @@ It is based on the [[https://llvm.org/][LLVM Compiler Infrastructure]].
44574457
(defconst psimacs/config/dap-breakpoints-file
44584458
(psimacs/file-system/concat-file psimacs/config/session-dir ".dap-breakpoints")
44594459
"The psimacs dap-mode breakpoints file.")
4460+
4461+
(defconst psimacs/config/dap-ui-repl-history-dir
4462+
psimacs/config/session-dir
4463+
"The psimacs dap-mode repl history directory.")
44604464
#+end_src
44614465

44624466
** Transient
@@ -14592,7 +14596,8 @@ See also:
1459214596
:commands (dap-mode dap-debug dap-debug-edit-template dap-auto-configure-mode)
1459314597
:config
1459414598
(dap-auto-configure-mode)
14595-
(setq dap-breakpoints-file psimacs/config/dap-breakpoints-file)
14599+
(setq dap-breakpoints-file psimacs/config/dap-breakpoints-file)
14600+
(setq dap-ui-repl-history-dir psimacs/config/dap-ui-repl-history-dir)
1459614601

1459714602
;;(setq dap-auto-configure-features '(sessions locals tooltip))
1459814603
;;(setq dap-auto-configure-features '(sessions locals breakpoints expressions controls tooltip))

0 commit comments

Comments
 (0)