From 8546254ce53d38a56b1d15629ba11d544f2be2e1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 16 Apr 2013 09:23:45 +0200 Subject: [PATCH] org-capture.el (org-mks): Make cursor invisible * org-capture.el (org-mks): Make cursor invisible. --- lisp/org-capture.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index d8e62a1c5..9ad949f52 100644 --- a/lisp/org-capture.el +++ b/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