Move dap-breakpoints-file to doom etc dir #2273

This commit is contained in:
Henrik Lissner 2019-12-30 05:26:57 -05:00
parent 8c0561df93
commit eba070d8ba
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)