gnu: emacs-consult: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / patches / emacs-telega-test-env.patch
1 Test Emacs environment on startup.
2
3 Patch by Diego N. Barbato
4
5 --- a/telega.el 2020-02-07 17:07:18.549970090 +0100
6 +++ b/telega.el 2020-02-07 17:10:08.383499765 +0100
7 @@ -82,6 +82,7 @@
8 "Start telegramming.
9 If prefix ARG is given, then will not pop to telega root buffer."
10 (interactive "P")
11 + (telega-test-env t)
12 (telega--create-hier)
13
14 (unless (telega-server-live-p)