Merge pull request #411 from hbin/patch-1

Don't need to require the `smartparens-ruby` explicitly.
This commit is contained in:
Bozhidar Batsov 2013-10-13 23:46:30 -07:00
commit 2b28cfb41b

View file

@ -33,7 +33,6 @@
;;; Code: ;;; Code:
(require 'prelude-programming) (require 'prelude-programming)
(require 'smartparens-ruby)
(prelude-ensure-module-deps '(ruby-tools inf-ruby yari)) (prelude-ensure-module-deps '(ruby-tools inf-ruby yari))