branch: elpa/isl
commit 80a873076752b75be03dcd2949add6091c7b0e86
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Disable cursor in help
---
 isl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/isl.el b/isl.el
index 60544f1abb9..6f87ec7dce5 100644
--- a/isl.el
+++ b/isl.el
@@ -633,6 +633,7 @@ the initial position i.e. the position before launching 
`isl-search'."
          (substitute-command-keys
           isl-help-string)))
       (outline-mode)
+      (setq cursor-type nil)
       (setq buffer-read-only t)
       (local-set-key (kbd "q") 'quit-window))))
 (put 'isl-display-or-quit-help 'no-helm-mx t)

Reply via email to