Emacs
https://www.gnu.org/software/emacs/
Install package
Edit the file in ~/.emacs.d/init.el, add the following line
1 | (require-package 'evil) |
Then run
1 | $ emacs -nw --debug-init |
This is my technical blog about programming, server setup & configuration, technical learning experience.
https://www.gnu.org/software/emacs/
Edit the file in ~/.emacs.d/init.el, add the following line
1 | (require-package 'evil) |
Then run
1 | $ emacs -nw --debug-init |