mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ivy-rich-switch-buffer-pad => ivy-rich-pad
To match upstream changes. Reported by @sarg
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
(defun +ivy*rich-switch-buffer-buffer-name (str)
|
||||
(propertize
|
||||
(ivy-rich-switch-buffer-pad str ivy-rich-switch-buffer-name-max-length)
|
||||
(ivy-rich-pad str ivy-rich-switch-buffer-name-max-length)
|
||||
'face (cond ((string-match-p "^ *\\*" str)
|
||||
'font-lock-comment-face)
|
||||
((and buffer-file-truename
|
||||
|
Reference in New Issue
Block a user