Move dap-breakpoints-file to doom etc dir #2273
This commit is contained in:
parent
8c0561df93
commit
eba070d8ba
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
:after lsp-mode
|
||||
:preface
|
||||
(add-hook 'dap-mode-hook #'dap-ui-mode) ; use a hook so users can remove it
|
||||
(setq dap--breakpoints-file (concat doom-etc-dir "dap-breakpoints")
|
||||
(setq dap-breakpoints-file (concat doom-etc-dir "dap-breakpoints")
|
||||
dap-utils-extension-path (concat doom-etc-dir "dap-extension/"))
|
||||
:config
|
||||
(dap-mode 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue