Appearance
GNU Emacs
Ubuntu 安装 Emacs 。
apt update
apt install emacsWindows 安装 Emacs ,访问 https://ftp.gnu.org/gnu/emacs/windows/ ,下载安装。
查看 Emacs 版本。
emacs --version新建文件。
emacs a.txt保存文件,使用 Ctrl + x Ctrl + s 。
退出文件,使用 Ctrl + x Ctrl + c 。
取消命令,使用 Ctrl + g 。