From ae94dd23ff1f5e674a86268eeea1eb66fe928a05 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 22 Oct 2020 15:46:28 +0200 Subject: [PATCH] [Emacs] Fix "function definition is void: abbr-pwd" error --- org/config/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 519bf7c..92e7690 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1419,7 +1419,7 @@ (cond ((stringp $path) (f-short (if $abbreviate - (phundrak/abbr-path (f-split (abbr-pwd $path))) + (phundrak/abbr-path (f-split (phundrak/abbr-path $path))) $path))) ((null $path) "") ((listp $path)