Skip to content

hbin/deprecated-emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs for hbin

This is a personal Emacs configuration repo written/accumulated by hbin. Only Emacs 24 supported.

Installation

1. Install the dotfile and its submodules

$ git clone https://github.com/hbin/emacs.d.git ~/.emacs.d
$ git submodule sync
$ git submodule update --init --recursive

2. Ack!

Ack is a tool like grep, optimized for programmers. Click here for the wizard.

3. Ctags

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.

4. Markdown

For preview the markdown doc(markdown-preview), you may need this.

sudo aptitude install markdown

5. Rsense

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.

Running in daemon mode

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)'"

Bugs & Improvements

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.

About Me

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.

At Last

Refactor Done, cheer up!

About

hbin's Emacs configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages