Explorar o código

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

* org-capture.el (org-mks): Make cursor invisible.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
8546254ce5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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