aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/modules
diff options
context:
space:
mode:
Diffstat (limited to 'Doom/.doom.d/modules')
-rw-r--r--Doom/.doom.d/modules/private/oreoline/config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doom/.doom.d/modules/private/oreoline/config.el b/Doom/.doom.d/modules/private/oreoline/config.el
index c81fa95..3ca105d 100644
--- a/Doom/.doom.d/modules/private/oreoline/config.el
+++ b/Doom/.doom.d/modules/private/oreoline/config.el
@@ -32,7 +32,7 @@
; LSP segment
(telephone-line-defsegment +oreoline-lsp-segment ()
- (if (fboundp #'lsp-workspaces)
+ (if (bound-and-true-p lsp-mode)
(propertize "")
(propertize "")))