Skip to content

Instantly share code, notes, and snippets.

@hdemon
Created September 6, 2011 09:31
Show Gist options
  • Save hdemon/1197114 to your computer and use it in GitHub Desktop.
Save hdemon/1197114 to your computer and use it in GitHub Desktop.
Emacs settings
#!/bin/bash
cd ~
git clone git@github.com:hdemon/my-emacs.git
### 一から構築する場合 ################################
# cd ~/.emacs.d
# mkdir plugins
# wget http://yasnippet.googlecode.com/files/yasnippet-0.6.1c.tar.bz2
# tar jxf yasnippet-0.6.1c.tar.bz2
# mv ./yasnippet-0.6.1c ./plugins/yasnippet
# rm yasnippet-0.6.1c.tar.bz2
# init.el作成
# git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment