Skip to content

Commit

Permalink
chg: Cambia temporalmente a un fork de dap-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shackra committed Aug 12, 2020
1 parent 005026f commit 2d52555
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -1003,14 +1003,16 @@ Emacs client/library for [[https://code.visualstudio.com/docs/extensionAPI/api-d
#+end_quote
#+begin_src emacs-lisp
(use-package dap-mode
:straight (dap-mode :type git :host github :repo "emacs-lsp/dap-mode"
:fork (:host github :repo "cxb811201/dap-mode" :branch "patch-1"))
:config
(dap-mode 1)
(dap-ui-mode 1)
(require 'dap-firefox)
(dap-firefox-setup)
(require 'dap-chrome)
(dap-chrome-setup)
(require 'dap-python)
(dap-firefox-setup)
(dap-chrome-setup)
(dap-ui-controls-mode 1))
#+end_src
*** smerge
Expand Down
6 changes: 3 additions & 3 deletions straight/versions/default.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
("company-posframe" . #("4e506d661ed9cd2e4cf16281f3a11009210e9c30" 0 40 (fontified nil)))
("counsel-projectile" . #("1d0b7d22d7ab83fde4da34316f8275daea32d8f7" 0 40 (fontified nil)))
("cucumber.el" . #("11ae1671629bfedaa553c7b819676d64eb320992" 0 40 (fontified nil)))
("dap-mode" . #("99fd1ed2e3e7c6e9ccaa3d0c61481885ae4bf52e" 0 40 (fontified nil)))
("dap-mode" . #("5b019b20f6552922319d101d02cf63534cfe5164" 0 40 (fontified nil)))
("dash.el" . #("b92ab5a39b987e4fe69317b9d9fda452300baf20" 0 40 (fontified nil)))
("diminish.el" . #("6ec6ebc391371418efc6c98d70b013f34af5a2ee" 0 40 (fontified nil)))
("dired-plus" . #("b51974b84b861592c3519117f3f51ee557ca01ba" 0 40 (fontified nil)))
Expand Down Expand Up @@ -127,7 +127,7 @@
("lispy" . #("8115d8f53d7b86c365880b772fdefae15c996adc" 0 40 (fontified nil)))
("lispy-mnemonic" . #("b7680a7a6cdc602645bc55d3793c89dc748b6cc1" 0 40 (fontified nil)))
("log4e" . #("7df0c1ff4656f8f993b87064b1567618eadb5546" 0 40 (fontified nil)))
("lsp-mode" . #("82695f9db392322aba8f5d04014b03f4a261db9c" 0 40 (fontified nil)))
("lsp-mode" . #("79f147418f5f7f361c2664bee696c2da481a04ca" 0 40 (fontified nil)))
("lsp-treemacs" . #("362ba19242445f993745a17c436c428b08cbb5f2" 0 40 (fontified nil)))
("lsp-ui" . #("271b47cb33f11915295911f7cf8575f8a82a5e1c" 0 40 (fontified nil)))
("macrostep" . #("424e3734a1ee526a1bd7b5c3cd1d3ef19d184267" 0 40 (fontified nil)))
Expand Down Expand Up @@ -166,7 +166,7 @@
("pkgbuild-mode" . #("bc22301198b3f581d89352510e847454fb1cb9ff" 0 40 (fontified nil)))
("plantuml-mode" . #("5889166b6cfe94a37532ea27fc8de13be2ebfd02" 0 40 (fontified nil)))
("pony-mode" . #("760684d30b6c234d1b88c9a4673a808f36f7f341" 0 40 (fontified nil)))
("posframe" . #("093b29a53cbeda6d637ccc9ef4dfc47123e79b9e" 0 40 (fontified nil)))
("posframe" . #("6d604a71deb45295f7b6ff3f98e06aeece9888be" 0 40 (fontified nil)))
("prescient.el" . #("3ab7605d997fb8337bf5ded2ad960b98ac0e1fd7" 0 40 (fontified nil)))
("prettier-emacs" . #("e9b73e81d3e1642aec682195f127a42dfb0b5774" 0 40 (fontified nil)))
("projectile" . #("5103cfc4248bc341d24c0c96f0728962c85bf8ed" 0 40 (fontified nil)))
Expand Down

0 comments on commit 2d52555

Please sign in to comment.