浏览代码

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

Bastien Guerry 14 年之前
父节点
当前提交
dad5a348ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)