This is a personal Emacs configuration repo written/accumulated by hbin. Only Emacs 24 supported.
$ git clone https://github.com/hbin/emacs.d.git ~/.emacs.d
$ git submodule sync
$ git submodule update --init --recursive
Ack is a tool like grep, optimized for programmers. Click here for the wizard.
ctags help you to quickly and easily locate method, constant while programming.
sudo aptitude install ctags
This package has been optimized the etags select feature, it's so awesome.
For preview the markdown doc(markdown-preview), you may need this.
sudo aptitude install markdown
Rsense is a very smart code-completing plugin for coding ruby programs.
- Install JRE: Both Oracle JDK and OpenJDK are supported.
- Install Rsense: Download and extract the package to some where you want.
- Setting for Emacs: Add RSENSE_HOME environment variable to your system.
To use emacs in daemon mode, you may need following snippet in your .zshrc or .bashrc.
export ALTERNATE_EDITOR=""
alias e="emacsclient -c"
alias t="emacsclient -t"
alias ec="emacsclient -e '(kill-emacs)'"
Thank you very much for helping me at the known issue list.
If you have any questions, feel free to contact me.
Bug reports always welcome.
Hi, my name is
Huang Bin. I
am a programmer lives in Beijin China. I am a big fans of Emacs and
I am very interesting in Ruby on Rails and FP.
If you're interesting in hire me,
tell me about it.
Refactor Done, cheer up!