Skip to content

beyondpie/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

29 Garden Street Emacs

My configuration for emacs since Dec, 2020 till now.

  • Emacs version: latest (current 30.05 in development)
  • System: MacOS and Linux

I learn a lot from spacemacs, which is a popular emacs configuration. I used it during 2017-2020. The key features I like:

  • Integrate the evil package very well.
  • Use leader keys to simplify key bindings, such as “space” in evil normal mode, “comma” for major mode, and so on.
  • Jumping among different windows easily with the support of the evil package.

After reading part of the source codes in spacemacs, I know I can handle the similar experience with the packages:

Install Emacs

  • macOS: emacs-plus
  • Linux: follow the instruction from the official website

Reference