Make +ivy-buffer-transformer autoloadable
This commit is contained in:
parent
d28c64b4fa
commit
c7957c9321
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
(let ((icon (all-the-icons-icon-for-mode mode)))
|
||||
(unless (symbolp icon) icon)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +ivy-buffer-transformer (str)
|
||||
(let* ((buf (get-buffer str))
|
||||
(path (buffer-file-name buf))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue