mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(ruby): replace the obsolete macro featurep!
with modulep!
Amend: fc35b3cf37
This commit is contained in:
@ -214,7 +214,7 @@
|
|||||||
"r" #'projectile-rails-command-map))
|
"r" #'projectile-rails-command-map))
|
||||||
|
|
||||||
(use-package! rails-routes
|
(use-package! rails-routes
|
||||||
:when (featurep! +rails)
|
:when (modulep! +rails)
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(map! :after ruby-mode
|
(map! :after ruby-mode
|
||||||
@ -229,7 +229,7 @@
|
|||||||
"C-c ! o" #'rails-routes-jump))
|
"C-c ! o" #'rails-routes-jump))
|
||||||
|
|
||||||
(use-package! rails-i18n
|
(use-package! rails-i18n
|
||||||
:when (featurep! +rails)
|
:when (modulep! +rails)
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(map! :after ruby-mode
|
(map! :after ruby-mode
|
||||||
|
Reference in New Issue
Block a user