branch: elpa/telephone-line
commit f30195b8a3c72523bd31b6a72828646dae1e275c
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>

    Remove dead function
---
 telephone-line-segments.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index 0f012e71c6..068fac3c7a 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -219,7 +219,7 @@ Inspired by doom-modeline."
             (funcall (telephone-line-projectile-segment) face)
             (propertize
              (concat "/"
-                     (if-let ((rel-path (file-relative-name 
(projectile-file-truename (buffer-file-name))
+                     (if-let ((rel-path (file-relative-name (file-truename 
(buffer-file-name))
                                                             
(projectile-project-root))))
                          (telephone-line--truncate-path rel-path (or 
truncate-until -1))))
              'help-echo (buffer-file-name)))

Reply via email to