From 944977037c84552427281d7f0e6543149ead8773 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 9 Jan 2021 14:20:38 +0100 Subject: [PATCH] Emacs: LSP: remove project from breadcrumb. --- init.d/programming/lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/programming/lsp.el b/init.d/programming/lsp.el index be8c9dd..434578c 100644 --- a/init.d/programming/lsp.el +++ b/init.d/programming/lsp.el @@ -23,7 +23,7 @@ (lsp-keymap-prefix "C-c l") (lsp-keep-workspace-alive nil) (lsp-headerline-breadcrumb-segments - '(project path-up-to-project file symbols))) + '(path-up-to-project file symbols))) :custom-face ;; Semantic highlighting. TODO: Check later if better options are available. (lsp-face-semhl-variable ((t (:inherit font-lock-variable-name-face