Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 651 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 651 Bytes

emacs_d

startup configurations for emacs

How to install my configure

  • step 1 create your .emacs.d directory into your home directory

        cd ${HOME}
        mkdir .emacs.d
  • step 2

    clone the code into your ${HOME}/.emacs.d directory

        cd ${HOME}/.emacs.d/
        git init
        git remote add origin https://github.com/suzp1984/emacs_d.git
        git remote update
  • step 3

    open your emacs, ignore the loading errors, edit ~/.emacs.d/install.el, then eval the buffer

        M-x eval-buffer

    reopen your emacs, debug if there are still has loading errors.