about summary refs log tree commit diff
path: root/users/grfn/emacs.d/config.el
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-06-08T15·04-0400
committergrfn <grfn@gws.fyi>2021-06-08T15·38+0000
commita1ffa436840639bb315f0892dac24910db62fd8e (patch)
tree1be7a0019d7887f5649bf45aee17826e21757579 /users/grfn/emacs.d/config.el
parentb4ae6893e4e9d6c809e83a1934a8feea5d6adf5b (diff)
fix(gs/emacs): Drop dap-mode r/2649
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
Diffstat (limited to 'users/grfn/emacs.d/config.el')
-rw-r--r--users/grfn/emacs.d/config.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el
index 554bb20b95..53d2ac6475 100644
--- a/users/grfn/emacs.d/config.el
+++ b/users/grfn/emacs.d/config.el
@@ -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)