]> code.delx.au - gnu-emacs-elpa/commit
counsel.el (counsel-prompt-function-dir): Make portable
authorjustbur <justin@burkett.cc>
Thu, 10 Mar 2016 18:18:20 +0000 (13:18 -0500)
committerjustbur <justin@burkett.cc>
Thu, 10 Mar 2016 18:29:17 +0000 (13:29 -0500)
commit5f0d1753992e40e8d2ecdefb02456148e02e5f71
tree3b81b8c51fdedd5cf08da55b472824eae9ac7306
parent67224c0d68f5ed6228cba5bd5d2e4f4fcdf095be
counsel.el (counsel-prompt-function-dir): Make portable

Use the built-in eshell-split-path to split the directory path into
components instead of split-string which is not likely to work on all
systems.
counsel.el