Emacs细节
major mode和minor mode
打开一个文件时会有默认的mode激活,这个默认的mode就是major mode
minor mode在配置文件中,状态栏不会显示,c-h m显示打开的minor mode
org mode标签TODO/DONE
c-t/c-s
Emacs基本操作
M for meta, Alt or Command(MAC)
S fo...
Remenber to use :h <arg> for help
Ref: https://learnvimscriptthehardway.stevelosh.com/
BasicEcho
:echo "hello"
:echom "hello"
区别在于echom会将消息放入消息队列中:messages
Setting option...