Browse Source

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

Bastien Guerry 14 years ago
parent
commit
dad5a348ad
1 changed files with 1 additions and 1 deletions
  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)