This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ruby | |
;; based on http://www.rubygarden.org/Ruby/page/show/InstallingEmacsExtensions | |
;; | |
(add-to-list 'load-path "~/.emacs.d/site-lisp/ruby") | |
(autoload 'ruby-mode "ruby-mode" | |
"Mode for editing ruby source files") | |
(add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode)) | |
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install mysql-devel | |
sudo gem install mysql -- --with-mysql-config=/usr/lib/mysql/mysql_config |
NewerOlder