branch: elpa/evil-emacs-cursor-model-mode
commit 82617a5040e4ddc4d4836e66fb240e15ce14c0aa
Author: maxfriis <[email protected]>
Commit: GitHub <[email protected]>

    Improved format of (list-packages) commentary
---
 evil-emacs-cursor-model-mode.el | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/evil-emacs-cursor-model-mode.el b/evil-emacs-cursor-model-mode.el
index d771259a91..85835370db 100644
--- a/evil-emacs-cursor-model-mode.el
+++ b/evil-emacs-cursor-model-mode.el
@@ -17,15 +17,18 @@
 ;; Keywords: convenience, files
 ;; Package-Requires: ((emacs "29.1") (evil "1.15.0"))
 
-;; ============================================================================
-;;; TODO:
-;; ============================================================================
-
 ;; ============================================================================
 ;;; Commentary:
 ;; ============================================================================
 ;; Emacs' cursor between characters model for cursor positioning in
-;; `evil-mode' instead of Vim's normal-state cursor on characters model.
+;; `evil-mode' instead of Vim's normal-state cursor on top of characters model.
+;; ============================================================================
+;;; TODO:
+;; ============================================================================
+;; Does erlier release versions of evil work?
+;; 1.15.0 is the current but fairly old release version of evil.
+;;
+;; Work on `evil-visual-block' which still use `evil-mode's cursor model.
 
 ;; ============================================================================
 ;;; Code:

Reply via email to