mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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)
|
(defun +ivy*rich-switch-buffer-buffer-name (str)
|
||||||
(propertize
|
(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)
|
'face (cond ((string-match-p "^ *\\*" str)
|
||||||
'font-lock-comment-face)
|
'font-lock-comment-face)
|
||||||
((and buffer-file-truename
|
((and buffer-file-truename
|
||||||
|
Reference in New Issue
Block a user