mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix ivy-switch-buffer virtual buffer support
This commit is contained in:
@ -90,7 +90,8 @@ Buffers that are considered unreal (see `doom-real-buffer-p') are dimmed with
|
|||||||
:preselect (buffer-name (other-buffer (current-buffer)))
|
:preselect (buffer-name (other-buffer (current-buffer)))
|
||||||
:matcher #'ivy--switch-buffer-matcher
|
:matcher #'ivy--switch-buffer-matcher
|
||||||
:keymap ivy-switch-buffer-map
|
:keymap ivy-switch-buffer-map
|
||||||
:caller #'+ivy--switch-buffer)))
|
;; NOTE A clever disguise, needed for virtual buffers.
|
||||||
|
:caller #'ivy-switch-buffer)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +ivy/switch-workspace-buffer (&optional arg)
|
(defun +ivy/switch-workspace-buffer (&optional arg)
|
||||||
|
Reference in New Issue
Block a user