lang/ruby: add rake support
This commit is contained in:
parent
27cd8d8432
commit
93ae5e5f51
3 changed files with 6 additions and 8 deletions
|
@ -73,6 +73,8 @@
|
||||||
+ =hydra= Display a separator along the bottom of hydra windows for extra contrast.
|
+ =hydra= Display a separator along the bottom of hydra windows for extra contrast.
|
||||||
+ =ui=
|
+ =ui=
|
||||||
+ =doom-dashboard= Elements are now centered using window-local margins, which fixes discrepancies when multiple dashboards are visible in different sized windows and/or frames (see [[https://github.com/hlissner/doom-emacs/issues/192][#192]]).
|
+ =doom-dashboard= Elements are now centered using window-local margins, which fixes discrepancies when multiple dashboards are visible in different sized windows and/or frames (see [[https://github.com/hlissner/doom-emacs/issues/192][#192]]).
|
||||||
|
+ =lang=
|
||||||
|
+ =ruby= Added rake support. See the ~rake~ command.
|
||||||
+ =org=
|
+ =org=
|
||||||
+ If a table is under point when ~+org/toggle-fold~ is invoked, the table is realigned.
|
+ If a table is under point when ~+org/toggle-fold~ is invoked, the table is realigned.
|
||||||
+ =org-capture= Fix a vestigial reference to a long-since-renamed function: ~doom/project-root~.
|
+ =org-capture= Fix a vestigial reference to a long-since-renamed function: ~doom/project-root~.
|
||||||
|
|
|
@ -72,12 +72,7 @@
|
||||||
:config (set! :company-backend 'inf-ruby-mode '(company-inf-ruby)))
|
:config (set! :company-backend 'inf-ruby-mode '(company-inf-ruby)))
|
||||||
|
|
||||||
|
|
||||||
;;
|
(def-package! rake
|
||||||
;; TODO Frameworks
|
: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"))))
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
(package! rspec-mode)
|
(package! rspec-mode)
|
||||||
(package! ruby-refactor)
|
(package! ruby-refactor)
|
||||||
(package! yard-mode)
|
(package! yard-mode)
|
||||||
|
(package! rake)
|
||||||
|
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-inf-ruby))
|
(package! company-inf-ruby))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue