-
I confirm that...
Describe your issueDescription Invoking the command triggers: Problematic code (interactive
(list (read-buffer
"Set working buffer to: " (list (current-buffer))
nil (unless all-buffers
...))
current-prefix-arg))Fix - nil (unless all-buffers
+ nil (unless current-prefix-argSteps to reproduceThis can be triggered by invoking (map! :localleader
:map (emacs-lisp-mode-map lisp-interaction-mode-map)
:desc "Set working buffer" "b" #'+emacs-lisp/change-working-buffer)System informationN/A |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This has been fixed in doomemacs/core@a543cb7. Thanks for letting me know! (By the way, these would be better as issues on our issue tracker, since these are certified issues) |
Beta Was this translation helpful? Give feedback.
-
|
Got it! Thanks for your great work on Doom Emacs! |
Beta Was this translation helpful? Give feedback.
This has been fixed in doomemacs/core@a543cb7. Thanks for letting me know!
(By the way, these would be better as issues on our issue tracker, since these are certified issues)