浏览代码

org-capture.el (org-mks): Make cursor invisible

* org-capture.el (org-mks): Make cursor invisible.
Bastien Guerry 12 年之前
父节点
当前提交
8546254ce5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/org-capture.el

+ 2 - 1
lisp/org-capture.el

@@ -1418,7 +1418,8 @@ only the bare key is returned."
 	  (insert title "\n\n")
 	  (setq tbl table
 		des-keys nil
-		allowed-keys nil)
+		allowed-keys nil
+		cursor-type nil)
 	  (setq prefix (if current (concat current " ") ""))
 	  (while tbl
 	    (cond