在Linux 下安装emacs编辑器
$ sudo apt-get install emacs`
检查已安装的Emacs编辑器版本
$ emacs --version
GNU Emacs 26.3
Copyright (C) 2019 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
打开emacs编辑器
$ emacs testfile