mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove :after and autoload use-package
This commit is contained in:
@ -74,9 +74,9 @@
|
||||
(define-company-backend! ruby-mode (robe))))
|
||||
|
||||
(use-package ruby-refactor
|
||||
:after emr
|
||||
:init (add-hook! ruby-mode 'emr-initialize)
|
||||
:config
|
||||
(require 'emr)
|
||||
(mapc (lambda (x)
|
||||
(let ((command-name (car x))
|
||||
(title (cadr x))
|
||||
|
Reference in New Issue
Block a user