Skip to content
Discussion options

You must be logged in to vote

This is what I have found:

(defun bufler-disable-workspace ()
    "Reset the `frame-parameters' `bufler-workspace-path' and `bufler-workspace-path-formatted' to nil."
    (interactive)
    (set-frame-parameter nil 'bufler-workspace-path nil)
    (set-frame-parameter nil 'bufler-workspace-path-formatted nil))

  (defvar consult--bufler-workspace+
    `(:name "Workspace"
            :narrow ?w
            :category buffer
            :face consult-buffer
            :history  buffer-name-history
            :state    ,#'consult--buffer-state
            :enabled  ,(lambda () (frame-parameter nil 'bufler-workspace-path))
            :items
            ,(lambda ()
               (let ((bufler…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by 0xd61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #101 on November 19, 2025 00:16.