Fix whitespace, add execution cmd message

- fixup whitespace globally
- dump executed command in notification area
This commit is contained in:
Christian Barthel 2021-02-19 21:18:08 +01:00
parent 78a196b94d
commit 71b6abbf9d
1 changed files with 69 additions and 68 deletions

View File

@ -648,6 +648,7 @@ Note: The TLA+ specification file is a relative path.
(output (shell-command-to-string cmd))
(dot (tla+-run-dot)))
(save-excursion
(message (concat "Ran cmd: " cmd))
(if tlcbuffer
(progn
(switch-to-buffer tlcbuffer)