Skip to content

yqrashawn/reorder-file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

reorder-file

reorder-file is an Emacs plugin that analyzes the content of a buffer and automatically reorders the numbering within the content.

Since this plugin is developed based on cloel, it can fully utilize Clojure's multi-threading capabilities, ensuring that Emacs won't freeze even when processing large files.

Installation

  1. Install cloel

  2. Install reorder-file

    • Clone the repository and add it to your Emacs configuration:
    (add-to-list 'load-path "<path-to-reorder-file>")
    (require 'reorder-file)

Usage

M-x reorder-file

About

Reorder file content base on cloel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 76.0%
  • Clojure 24.0%