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:
parent
72431d9b18
commit
d182275eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue