Merge pull request #2242 from seanfarley/smf/dap-cache
tools/dap: move extensions to doom etc dir
This commit is contained in:
commit
e35a5ee933
1 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,10 @@
|
|||
(use-package! dap-mode
|
||||
:when (featurep! :tools lsp)
|
||||
:after lsp-mode
|
||||
:preface (setq dap--breakpoints-file (concat doom-etc-dir "dap-breakpoints"))
|
||||
:init (add-hook 'dap-mode-hook #'dap-ui-mode) ; use a hook so users can remove it
|
||||
: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")
|
||||
dap-utils-extension-path (concat doom-etc-dir "dap-extension/"))
|
||||
:config
|
||||
(dap-mode 1)
|
||||
(dolist (module '(((:lang . cc) ccls dap-lldb dap-gdb-lldb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue