Skip to content

shun-sfoo/emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs 配置

emacs

  1. 编辑 el 文件时,打开 elisp-enable-lexical-binding (version 28)
  2. 注意形如 list : (1 2), pairs (1 . 2) 的区别, 具体见 便利命令的 init-base.el 和 便利 hook 的 init-hook.el

early-init

dump.el

meow

使用 meow 多匹配编辑方式如下:

  1. `meow-mark (m)` 标记需要更改的单词
  2. `meow-change (c)` 修改
  3. `meow-save (y)` 保存修改
  4. `meow-search (n)` 寻找下一个匹配项
  5. `meow-replace (r)` 替换

多行编辑操作如下:

  1. meow-line (x) 选中多行
  2. meow-kmacro-lines (X) 会移动到首行开始
  3. 添加字符比如注释 ;;
  4. 退回 normal 模式, 执行 meow-end-or-call-kmacro (F4) 即可应用到多行

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published