Skip to content

Commit

Permalink
how to update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Dec 7, 2014
1 parent b0a2b68 commit 8d3678d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,19 @@ Insert below code into ~/.emacs.d/init.el,
#+END_SRC

"M-x color-theme-select" may not work in this setup. It's because of some design flaw in Emacs.
** Git pull from my setup
** Update from my latest setup
I suggest pulling from the version tagged as "stable":
#+begin_src bash
git pull https://github.com/redguardtoo/emacs.d.git stable
#+end_src

If you don't like some of my commits, you can revert them:
#+begin_src bash
# always start from the latest related commit
git revert commit-2014-12-01
git revert commit-2014-11-01
#+end_src

** Eim pinyin word file
By default, the word files path is at "~/.eim/py.txt". I put it out of the emacs setup folder in order to protect your privacy.

Expand Down

0 comments on commit 8d3678d

Please sign in to comment.