summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-16 09:23:45 +0200
committerBastien Guerry <bzg@altern.org>2013-04-16 09:23:45 +0200
commit8546254ce53d38a56b1d15629ba11d544f2be2e1 (patch)
treec960dcf9e62bd33467eab20e3035fca3efb02454
parent8546ef131d57b623893bc88cee840d12a211c186 (diff)
downloadorg-mode-8546254ce53d38a56b1d15629ba11d544f2be2e1.tar.gz
org-capture.el (org-mks): Make cursor invisible
* org-capture.el (org-mks): Make cursor invisible.
-rw-r--r--lisp/org-capture.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index d8e62a1..9ad949f 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