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:
Griffin Smith 2021-06-08 11:04:52 -04:00 committed by grfn
parent b4ae6893e4
commit a1ffa43684
2 changed files with 0 additions and 3 deletions

View file

@ -613,8 +613,6 @@
(add-to-list #'company-backends #'company-lsp) (add-to-list #'company-backends #'company-lsp)
(setq company-lsp-async t)) (setq company-lsp-async t))
(use-package! dap-mode)
(defun +grfn/haskell-mode-setup () (defun +grfn/haskell-mode-setup ()
(interactive) (interactive)
(flymake-mode -1) (flymake-mode -1)

View file

@ -67,7 +67,6 @@
(package! lsp-ui :recipe (:host github :repo "emacs-lsp/lsp-ui")) (package! lsp-ui :recipe (:host github :repo "emacs-lsp/lsp-ui"))
(package! company-lsp) (package! company-lsp)
(package! lsp-treemacs) (package! lsp-treemacs)
(package! dap-mode)
;; Rust ;; Rust
(package! rustic :disable t) (package! rustic :disable t)