mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))
|
||||
|
||||
(use-package! rails-routes
|
||||
:when (featurep! +rails)
|
||||
:when (modulep! +rails)
|
||||
:defer t
|
||||
:init
|
||||
(map! :after ruby-mode
|
||||
@ -229,7 +229,7 @@
|
||||
"C-c ! o" #'rails-routes-jump))
|
||||
|
||||
(use-package! rails-i18n
|
||||
:when (featurep! +rails)
|
||||
:when (modulep! +rails)
|
||||
:defer t
|
||||
:init
|
||||
(map! :after ruby-mode
|
||||
|
Reference in New Issue
Block a user