Skip to content

gui-bo/emacs-centered-point

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Centered Point

Emacs Centered point is a very simple elisp file that will recenter the cursor every time that it moves. There exist other packages, but this is the simplest by far. The downside to this approach of simplicity is that emacs may redraw the screen when the cursor is moved and it will lead to many forced redraws.

Similar Projects

There exists a similar plugin called centered-cursor-mode that solves many of the flickering issues but at a performance cost. I personally reccomend it's usage when running emacs within a TTY. The URL for that project is https://www.emacswiki.org/emacs/centered-cursor-mode.el.

Demonstration

alt text

About

Centered point mode for Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%