lang/ruby: add rake support

This commit is contained in:
Henrik Lissner 2017-09-22 22:06:13 +02:00
parent 27cd8d8432
commit 93ae5e5f51
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 6 additions and 8 deletions

View file

@ -72,12 +72,7 @@
:config (set! :company-backend 'inf-ruby-mode '(company-inf-ruby)))
;;
;; TODO Frameworks
;;
(def-package! rake
:commands (rake rake-find-task rake-rerun)
:config (setq rake-completion-system 'default))
;; (def-project-mode! +ruby-rake-mode
;; :files "Rakefile"
;; :init
;; (set! :build 'rake '+ruby-rake-mode '+ruby/rake
;; :when (lambda () (doom-project-has! "Rakefile"))))

View file

@ -7,6 +7,7 @@
(package! rspec-mode)
(package! ruby-refactor)
(package! yard-mode)
(package! rake)
(when (featurep! :completion company)
(package! company-inf-ruby))