https://www.gnu.org/software/emacs/

Install package

Edit the file in ~/.emacs.d/init.el, add the following line

1
2
(require-package 'evil)
(require-package 'key-chord)

Then run

1
$ emacs -nw --debug-init
Reference: