Browse Source

Fix load for dap

master
Juan Placencia 3 years ago
parent
commit
e606364146
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      uno/modules/dev/+index.org

+ 2
- 2
uno/modules/dev/+index.org View File

@ -37,8 +37,8 @@ Set up integration with keychain.
* Debug Adapter Protocol
#+BEGIN_SRC emacs-lisp
(use-package dap-mode
:after uno-dev
(use-package emacs
:after (dap-mode uno-dev)
:custom
(dap-breakpoints-file (uno-cache-path ".dap-breakpoints")))
#+END_SRC

Loading…
Cancel
Save