Skip to content

Commit

Permalink
[emacs] adapt dune-watch mode to change of header
Browse files Browse the repository at this point in the history
The header printed by dune watch contains variable information, we should just
search for the prefix of the header.

Signed-off-by: Julien Tesson <[email protected]>
  • Loading branch information
picojulien authored and rgrinberg committed Aug 5, 2022
1 parent e6ca108 commit 3df932f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor-integration/emacs/dune-watch.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
(defconst dune-watch-process-name "*dune-watch-process*"
"Name of process used to run dune watch.")

(defconst dune-watch-header "********** NEW BUILD **********"
"Header of dune watch output.")
(defconst dune-watch-header "********** NEW BUILD"
"Prefix of the header of dune watch output.")

(defconst dune-watch-read-prompt "dune task (default: %s): "
"Prompt displayed to the user to dune task.")
Expand Down

0 comments on commit 3df932f

Please sign in to comment.