Send error output to ‘/dev/null’
Latest Emacs development version seems to complain that ‘vc-mtn’ is deprecated, but I don't use it and it interferes with the function of this script.
This commit is contained in:
parent
6e137bb1c9
commit
e9a94db05e
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ exec scsh -s "$0" "$@"
|
||||||
!#
|
!#
|
||||||
|
|
||||||
(run (emacs --quick --batch --visit ~/documents/gtd/inbox.org
|
(run (emacs --quick --batch --visit ~/documents/gtd/inbox.org
|
||||||
--eval "(princ (how-many (rx bol \"*\" (one-or-more space))))"))
|
--eval "(princ (how-many (rx bol \"*\" (one-or-more space))))")
|
||||||
|
(> 2 /dev/null))
|
||||||
|
|
Loading…
Reference in a new issue