https://github.com/dapi/rubymacs
My emacs config. Ruby species
https://github.com/dapi/rubymacs
Last synced: 5 months ago
JSON representation
My emacs config. Ruby species
- Host: GitHub
- URL: https://github.com/dapi/rubymacs
- Owner: dapi
- Created: 2010-02-23T22:25:41.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-11-03T14:13:06.000Z (over 14 years ago)
- Last Synced: 2025-05-29T19:32:32.306Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage: http://dapi.ru/tagged/emacs
- Size: 11.7 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Features:
- haml, sass
- Both Rinari and Rails-Minor-Mode
- ECB
- nifty auto-complete
- gtags, etags
- anything
- auto search root dir of git project
TOFIX:
- Bug with Anything for non-git projects
TODO:
- rinari for rails3
- ruby auto complete http://www.cx4a.org/pub/auto-complete-ruby.el
- rcodetools
- use sass files to auto-complete haml
- update gtags by key binding
INSTALL:
install ELPA http://tromey.com/elpa/install.html
wget http://tromey.com/elpa/package.el
cd plugins
wget http://yasnippet.googlecode.com/files/yasnippet-0.6.1c.tar.bz2
tar -jxf yasnippet-0.6.1c.tar.bz2
rm yasnippet-0.6.1c.tar.bz2
ln -s yasnippet-0.6.1c/ yasnippet
git submodule init
git submodule update
rm rinari/utils/inf-ruby.el
rm ~/.emacs.d/yasnippets-jpablobr/README*
cp auto-complete/dict/css-mode auto-complete/dict/sass-mode
install Rsense
export RSENSE_HOME=~/.emacs.d/rsense/
ruby ~/.emacs.d/rsense/etc/config.rb > ~/.rsense
cd $RSENSE_HOME
./bin/rsense version
Color themes:
http://blog.nozav.org/post/2010/07/12/Updated-tangotango-emacs-color-theme
Other emacs recipe collections:
https://github.com/alexott/emacs-configs
Memory:
; twitter
;(setq load-path (cons "~/.emacs.d/twittering-mode" load-path))
;(require 'twittering-mode)
; http://www.emacswiki.org/emacs/TwitteringMode
;(server-start)
; gpicker
; какой-то рекурсивный поиск файлов
;; (require 'find-recursive)
;(autoload 'cheat "cheat")
;(require 'cheat)