mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Dear byte-compiler, you drive me to drink,
About Emacs Lisp that I have to rethink. The world could end, And humanity transcend, But you'd still be here raising a stink.
This commit is contained in:
@ -89,7 +89,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
counsel-projectile-switch-to-buffer))
|
||||
(ivy-set-display-transformer cmd 'ivy-rich--ivy-switch-buffer-transformer))
|
||||
;; Use `+ivy-rich-buffer-name' to display buffer names
|
||||
(let* ((plist (plist-get ivy-rich--display-transformers-list 'ivy-switch-buffer))
|
||||
(let* ((plist (plist-get ivy-rich-display-transformers-list 'ivy-switch-buffer))
|
||||
(colplist (plist-get plist :columns))
|
||||
(switch-buffer-alist (assq 'ivy-rich-candidate colplist)))
|
||||
(when switch-buffer-alist
|
||||
|
Reference in New Issue
Block a user