GitXplorerGitXplorer
s

emacs_d

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1d6d5cd86c7d0248fc71e0660edce2f5a758961d

rm jdee local code; add clojure config

ssuzp1984 committed 7 years ago
Unverified
0b3757c9ecd03e75a1467a1bcbb64cb409a1612b

change pymacs.el

ssuzp1984 committed 8 years ago
Unverified
542cbcb303e390eb424d0c295fbf5af87cbcc716

use jdee-2.4.1

ssuzp1984 committed 9 years ago
Unverified
06e5339ea18d3e7399b35f7805b761b6ac0e4eeb

add eshell alias

ssuzp1984 committed 9 years ago
Unverified
fe5911dc51254f79563e01cb49aabde0272a4ae2

ignore tramp file

ssuzp1984 committed 9 years ago
Unverified
202119cb4fa5ba190f6cc520a9ad03098b54863d

refresh readme.md

ssuzp1984 committed 9 years ago

README

The README file for this repository.

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.