Skip to content

Commit 92eabdb

Browse files
authored
Create *codespaces-output* special-mode buffer
1 parent 72beb15 commit 92eabdb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codespaces.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ When this is nil, the default of '/workspaces/<repo-name>' is used."
5656
(defun codespaces-setup ()
5757
"Set up the ghcs tramp-method. Should be called after requiring this package."
5858
(interactive)
59+
(with-current-buffer (get-buffer-create "*codespaces-output*")
60+
(special-mode))
5961
(unless (executable-find "gh")
6062
(user-error "Could not find `gh' program in your PATH"))
6163
(unless (featurep 'json)

0 commit comments

Comments
 (0)