Only a part, not the whole
This commit is contained in:
parent
95335e2688
commit
96bb674526
1 changed files with 1 additions and 1 deletions
2
smog.el
2
smog.el
|
@ -146,7 +146,7 @@ Further details can be found in the =style(1)= man page.\n"
|
||||||
(smog-target (buffer-file-name (current-buffer))))
|
(smog-target (buffer-file-name (current-buffer))))
|
||||||
;; run the shell command. synchronously.
|
;; run the shell command. synchronously.
|
||||||
(shell-command
|
(shell-command
|
||||||
(format "%s %s" smog-command smog-target) smog-output)
|
(format "%s '%s'" smog-command smog-target) smog-output)
|
||||||
;; output the results and add references (in org-mode if it's available)
|
;; output the results and add references (in org-mode if it's available)
|
||||||
(with-current-buffer smog-output
|
(with-current-buffer smog-output
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
|
|
Loading…
Reference in a new issue