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:
parent
c56a5b86ca
commit
4d38af3ad7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
config.status
|
||||
|
||||
autom4te.cache/
|
||||
|
||||
po/Makefile
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user