[Emacs] Fix "function definition is void: abbr-pwd" error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7d39ccd8a6
commit
ae94dd23ff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user