Fix void-function +ibuffer/workspace
When calling +ibuffer/open-for-current-workspace
This commit is contained in:
parent
49bf79a380
commit
1a0a757a33
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue