A series of notes that I learn Emacs hacking. Introduction to evil-mode, packages to augment evil, such as evil-leader, eveil-surrond, evil-nerd-commenter, powerline-evil; misc. improvement, such as window-numbering, which-key and powerline packages.
Use Evil to enable vim editing
aka “Extensible vi layer for Emacs”.
package-install evil-mode
In the init-packages.el, add the configuration below
powerline-evil package. A powerline minor mode for the evil mode. Try to add window number to the powerline, but failed. In the video, window numbering is finally enabled without loading the powerline.
Miscellaneous improvement
Use C-w to delete a word backward
1
(global-set-key(kbd"C-w")'backward-kill-word)
window-numbering package
package-install window-numbering
(window-numbering-mode 1)
powerline package
Polish the mode line, make it special and beautiful.