refactor(emacs): disable lsp breadcrumbs

This was after a recent update to lsp-mode / spacemacs when this feature was
enabled by default

See: c4ad14a73a/layers/+tools/lsp/README.org (breadcrumb-on-headerline)
This commit is contained in:
Ade Attwood 2020-12-29 09:15:31 +00:00
parent 72431d9b18
commit d182275eb0

View file

@ -38,7 +38,7 @@ This function should only modify configuration layer settings."
;; Base Layers
git puppet version-control helm markdown docker spell-checking notmuch
(treemacs :variables treemacs-use-all-the-icons-theme t)
(lsp :variables lsp-enable-file-watchers nil)
(lsp :variables lsp-enable-file-watchers nil lsp-headerline-breadcrumb-enable nil)
(org :variables org-enable-reveal-js-support t)
(shell :variables
terminal-here-terminal-command (list "alacritty")