mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Fix: Use --auto-sync in login hook
This commit is contained in:
parent
95c7d26e05
commit
cadc765580
1 changed files with 1 additions and 1 deletions
2
ement.el
2
ement.el
|
@ -73,7 +73,7 @@
|
|||
(defvar ement-progress-value nil
|
||||
"Used to report progress while processing sync events.")
|
||||
|
||||
(defvar ement-login-hook '(ement--sync)
|
||||
(defvar ement-login-hook '(ement--auto-sync)
|
||||
"Hook run after successful login.
|
||||
Run with one argument, the session logged into.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue