1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-13 02:23:01 +01:00

- process in the correct order the command line switches;

- added 'config.status' to '.gitignore'.
This commit is contained in:
cage 2020-05-08 16:22:33 +02:00
parent c56a5b86ca
commit 4d38af3ad7
2 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
Makefile
Makefile.in
config.status
autom4te.cache/
po/Makefile

View File

@ -106,10 +106,11 @@ etc.) happened"
;; now init the client
(client:init)
(client:authorize)
(when command-line:*start-folder*
(change-folder))
(when command-line:*start-timeline*
(change-timeline))
(let ((program-events:*process-events-immediately* t))
(when command-line:*start-folder*
(change-folder))
(when command-line:*start-timeline*
(change-timeline)))
(when command-line:*update-timeline*
(ui:update-current-timeline))
(when command-line:*check-follow-requests*