Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion overseer.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@

(defcustom overseer-command "cask exec ert-runner"
"The shell command for ert-runner."
:type 'string
:type '(radio
(const :tag "Run with cask exec ert-runner" "cask exec ert-runner")
(const :tag "Run with eask exec ert-runner" "eask exec ert-runner")
(string :tag "Run with custom command"))
:group 'overseer)

(defvar overseer-buffer-name "*overseer*"
Expand Down