doomemacs/modules/lang/ruby/packages.el

14 lines
245 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/ruby/packages.el
;; requires ruby ruby-lint
(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))