-
Highlights the cursor on buffer/window-switch
-
Flashes a square of positions around POINT for a customizable interval.
This package temporarily highlights the area immediately surrounding POINT when navigating amongst buffers and windows. It is intended to assist in visually identifying the current POINT and the current window when many windows are on the same frame or when windows are very large (related stackexchange question).
-
Evaluate or load or install this file.
-
Optionally, define a global keybinding or defalias for function
cursor-flash-mode
(global-set-key (kbd "foo") 'cursor-flash-mode))
(defalias 'cursor-flash-mode 'foo)
- Optionally, To automatically enable the mode when starting Emacs, add an equivalent of the following to your init file:
(require 'cursor-flash)
(cursor-flash-mode 1)
M-x cursor-flash-mode
M-x customize-group
cursor-flash
You can customize variable cursor-flash-interval
and face
cursor-flash-face
.
-
Tested on Debian Emacs 27 nox.
-
Includes support to operate nicely with
yascroll-bar-mode
andvline-mode
. It temporarily suspends those modes locally during a flash in order not to make the buffer display jump around.
-
It's best to contact me by opening an 'issue' on the package's github repository or, distant second-best, by direct e-mail.
-
Code contributions are welcome and github starring is appreciated.
- Copyright (C) 2021 Boruch Baum boruch-baum@gmx.com
- Author/Maintainer: Boruch Baum boruch-baum@gmx.com
- Homepage: https://github.com/Boruch-Baum/emacs-cursor-flash
- License: GPL3+
-
- Large collection of interoperable dired extensions
- https://github.com/Boruch-Baum/emacs-diredc
-
- Download and play crossword puzzles, in Emacs!
- https://github.com/Boruch-Baum/emacs-crossword
-
Emacs-w3m
- Extensions to the classic web browser (fork)
- Advanced downloader (bulk, regex, queue management, resume aborted)
- Scrub history
- More ...
- https://github.com/Boruch-Baum/emacs-w3m
- Extensions to the classic web browser (fork)
-
- Simple keybinding cheatsheet and launcher
- https://github.com/Boruch-Baum/emacs-key-assist
-
xhair
- Highlight the current line and column
- https://github.com/Boruch-Baum/emacs-xhair
-
- Turn home and end keys to multi-use navigation keys
- https://github.com/Boruch-Baum/emacs-home-end
-
- perform different actions when repeating a key
- https://github.com/Boruch-Baum/emacs-keypress-multi-event
-
Post-mode - Updates to the abandoned email editing package (fork)