diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el
index b4c2527..2416dfe 100644
--- a/dot_doom.d/config.el
+++ b/dot_doom.d/config.el
@@ -28,7 +28,6 @@
 
 ;; Configure some lsp-mode stuff
 (after! lsp-mode
-  (setq lsp-headerline-breadcrumb-enable t)
   (setq lsp-ui-sideline-show-code-actions nil))
 
 ;; Make Monky communicate via cmdserver
diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el
index c9a7bd8..9e386c2 100644
--- a/dot_doom.d/init.el
+++ b/dot_doom.d/init.el
@@ -91,7 +91,7 @@
        ;;gist
        (lookup
         +docsets)
-       (lsp +peek +eglot)
+       (lsp +peek)
        magit
        ;;make
        ;;pass