Procházet zdrojové kódy

org-crypt.el: reduce the warning time from 5 to 1 second.

Bastien Guerry před 14 roky
rodič
revize
dad5a348ad
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org-crypt.el

+ 1 - 1
lisp/org-crypt.el

@@ -212,7 +212,7 @@ This setting can also be overridden in the CRYPTKEY property."
 (when (and (functionp 'daemonp)
 	   (not (daemonp)) auto-save-default)
   (message "Warning: turn auto-save-mode off in Org buffers containing crypted entries.")
-  (sit-for 5))
+  (sit-for 1))
 
 (add-hook 'org-reveal-start-hook 'org-decrypt-entry)