This website works better with JavaScript.
Home
Explore
Help
Sign In
juan
/
.emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix load for dap
master
Juan Placencia
3 years ago
parent
c5d90c53b4
commit
e606364146
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save