]> code.delx.au - gnu-emacs-elpa/commit
Ease production of functions like ivy-format-function-default
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 26 Nov 2015 11:52:34 +0000 (12:52 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 26 Nov 2015 11:54:07 +0000 (12:54 +0100)
commit2bec99d49ffdf89b5f2e3521cde5306d4ae72c64
treed653fec63be41ee3212cc1f217e034193e8da24d
parent3b67044d00573b8207d0df9fa03777237e196bdf
Ease production of functions like ivy-format-function-default

* ivy.el (ivy--format-function-generic): New defun.
(ivy-format-function-default):
(ivy-format-function-arrow):
(ivy-format-function-line): Use `ivy--format-function-generic'.

* counsel.el (counsel--M-x-transformer): Add an extra space to simplify
  the logic.

Re #307
counsel.el
ivy.el