Browse Source

Merge pull request #411 from hbin/patch-1

Don't need to require the `smartparens-ruby` explicitly.
custom
Bozhidar Batsov 12 years ago
parent
commit
2b28cfb41b
  1. 1
      modules/prelude-ruby.el

1
modules/prelude-ruby.el

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

Loading…
Cancel
Save