org-capture.el (org-mks): Make cursor invisible
* org-capture.el (org-mks): Make cursor invisible.
This commit is contained in:
parent
8546ef131d
commit
8546254ce5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue