Skip to content

Automatically adding space between Chinese and English

Notifications You must be signed in to change notification settings

wowhxj/auto-space-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

auto-space-mode

What is auto-space-mode?

auto-space-mode is a package that automatically adds spaces between Chinese characters and English words. This behavior ONLY occurs during input.

How to use auto-space-mode?

Simply download auto-space-mode.el and place it in your Emacs load-path directory. Then, add the following to your config file:

(require 'auto-space-mode)
(auto-space-mode t)

You can also use add-space-between-chinese-and-english-in-region and remove-space-between-chinese-and-english-in-region to add or remove spaces in a region.

What is the difference between auto-space-mode and pangu-spacing?

There is another package pangu-spacing, that provides similar functionality. The differences between auto-space-mode and pangu-spacing are:

  1. auto-space-mode ONLY adds spaces during input; it does NOT modify other parts of your document.
  2. auto-space-mode adds ACTUAL spaces instead of using overlays
  3. You can FREELY add or remove those spaces.

This package was developed with the assistance of ChatGPT.

About

Automatically adding space between Chinese and English

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published