all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* visualize evil insert mode
@ 2018-07-04  6:44 emacs-list-18
  2018-07-04 13:04 ` Óscar Fuentes
  2018-07-04 13:14 ` Bingo
  0 siblings, 2 replies; 4+ messages in thread
From: emacs-list-18 @ 2018-07-04  6:44 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

 i am searching for ideas how to visualize that evil mode is in insert
 state.

 Till now i use a funvtion that is hooked into the post-command-hook
 that moves an overlay (face bold) like this:

(defun ck/evil/move-insert-mode-overlay()
  "move the insert mode overlay"
  (move-overlay ck/insert-mode-overlay (line-beginning-position)
                                       (line-end-position))
  )

 This works, but is not that nice. For example on an empty line, i dont
 have any visual feedback.

Any other ideas for this? No, hl-line-mode  does not count... ;-)

Chris



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-05  6:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04  6:44 visualize evil insert mode emacs-list-18
2018-07-04 13:04 ` Óscar Fuentes
2018-07-05  6:30   ` emacs-list-18
2018-07-04 13:14 ` Bingo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.