]> code.delx.au - gnu-emacs-elpa/commit
counsel.el (counsel-locate-options): Make obsolete
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 19 Feb 2016 14:29:36 +0000 (15:29 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 19 Feb 2016 14:43:50 +0000 (15:43 +0100)
commita50f668af9a70049c54b6c85683f375d64dfb3bb
treeb44b1bd20bda43a25f7f81f2cc05abe0fbc2dfb9
parentd4fc54b0bec950a6bb8be8bafea5b6988345b1b3
counsel.el (counsel-locate-options): Make obsolete

* counsel.el (counsel-locate-cmd): New defcustom that replaces
  `counsel-locate-options'.
(counsel-locate-cmd-default): New defun. Corresponds to the default
value of `counsel-locate-options' on linux.
(counsel-locate-cmd-noregex): New defun. Corresponds to the default
value of `counsel-locate-options' on darwin.
(counsel-locate-function): Use `counsel-locate-cmd'.

Fixes #385
counsel.el