Fix void-function +ibuffer/workspace

When calling +ibuffer/open-for-current-workspace
This commit is contained in:
Henrik Lissner 2020-05-19 01:56:27 -04:00
parent 49bf79a380
commit 1a0a757a33
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)