Skip to content

jiahaoli95/el-fly-indent-mode.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

el-fly-indent-mode.el MELPA

Indent Emacs Lisp on the fly

Setup

Install the package from MELPA and add (add-hook 'emacs-lisp-mode-hook #'el-fly-indent-mode) to your ~/.emacs file.

Usage

This minor mode toggles on along with elisp-mode and indents on the fly when you edit the code. No special key strokes needed.

Demo

Alt text

Notes

  • The indenting command modifies match data, so if you have to use the match data to edit the buffer(for example globally replacing some string), toggle the mode off with M-x (el-fly-indent-mode) before you do that.

About

Indent Emacs Lisp on the fly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published