fix(gs/emacs): Drop dap-mode
This does not appear to be working Change-Id: I195e44f799981343a7b9dc60b25eb068d5d42530 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3182 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
b4ae6893e4
commit
a1ffa43684
2 changed files with 0 additions and 3 deletions
|
@ -613,8 +613,6 @@
|
|||
(add-to-list #'company-backends #'company-lsp)
|
||||
(setq company-lsp-async t))
|
||||
|
||||
(use-package! dap-mode)
|
||||
|
||||
(defun +grfn/haskell-mode-setup ()
|
||||
(interactive)
|
||||
(flymake-mode -1)
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
(package! lsp-ui :recipe (:host github :repo "emacs-lsp/lsp-ui"))
|
||||
(package! company-lsp)
|
||||
(package! lsp-treemacs)
|
||||
(package! dap-mode)
|
||||
|
||||
;; Rust
|
||||
(package! rustic :disable t)
|
||||
|
|
Loading…
Reference in a new issue