Skip to content

Commit

Permalink
Add fixme for *dape-shell* buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Mar 1, 2024
1 parent d5968a8 commit 30fcdf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,9 @@ Starts a new adapter CONNs from ARGUMENTS."
" ")
buffer
buffer)
;; FIXME `display-buffer-alist' should not be set here as it does
;; not allow for user to change display behaviour for
;; *dape-shell*
(dape--display-buffer buffer)
(list :processId (process-id (get-buffer-process buffer)))))

Expand Down

0 comments on commit 30fcdf6

Please sign in to comment.