branch: elpa/telephone-line
commit 9e3502e7b5783a4012bc2dd87b92b6cba693ab68
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
Change default config to use airline position
---
telephone-line.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/telephone-line.el b/telephone-line.el
index 64337e3a74..895a6279cd 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -273,7 +273,7 @@ separators, as they are conditional, are evaluated
on-the-fly."
(defcustom telephone-line-rhs
'((nil . (telephone-line-misc-info-segment
telephone-line-major-mode-segment))
- (accent . (telephone-line-position-segment)))
+ (accent . (telephone-line-airline-position-segment)))
"Right hand side segment alist."
:type '(alist :key-type segment-color :value-type subsegment-list)
:group 'telephone-line)