Fix inf-ruby/repl-toggle integration
This commit is contained in:
parent
9f43f00e87
commit
45500257f0
1 changed files with 3 additions and 1 deletions
|
@ -81,8 +81,10 @@
|
|||
|
||||
(use-package inf-ruby
|
||||
:commands (inf-ruby inf-ruby-console-auto)
|
||||
:init
|
||||
(define-repl! ruby-mode inf-ruby)
|
||||
:config
|
||||
(evil-set-initial-state 'inf-ruby-mode 'insert)
|
||||
(evil-set-initial-state 'inf-ruby-mode 'emacs)
|
||||
(after! company
|
||||
(require 'company-inf-ruby)
|
||||
(define-company-backend! inf-ruby-mode (inf-ruby))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue