mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-function +ibuffer/workspace
When calling +ibuffer/open-for-current-workspace
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
(defun +ibuffer/open-for-current-workspace ()
|
(defun +ibuffer/open-for-current-workspace ()
|
||||||
"Open an ibuffer window for the current workspace"
|
"Open an ibuffer window for the current workspace"
|
||||||
(interactive)
|
(interactive)
|
||||||
(+ibuffer/workspace (+workspace-current-name))))
|
(+ibuffer-workspace (+workspace-current-name))))
|
||||||
|
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(defadvice! +ibuffer-use-counsel-maybe-a (_file &optional _wildcards)
|
(defadvice! +ibuffer-use-counsel-maybe-a (_file &optional _wildcards)
|
||||||
|
Reference in New Issue
Block a user