doomemacs/modules/lang/ruby/packages.el

11 lines
216 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/ruby/packages.el
(package! inf-ruby)
(package! rspec-mode)
(package! ruby-refactor)
(package! yard-mode)
2017-02-19 18:57:16 -05:00
(when (featurep! :completion company)
(package! company-inf-ruby))