Bug fixes
This commit is contained in:
parent
85c1d278c1
commit
8b123601da
4 changed files with 14 additions and 4 deletions
|
@ -1,9 +1,16 @@
|
|||
|
||||
; (require-package 'ruby-end)
|
||||
(require-packages
|
||||
'(inf-ruby
|
||||
ac-inf-ruby
|
||||
rbenv
|
||||
))
|
||||
|
||||
(add-to-list 'ac-modes 'inf-ruby-mode)
|
||||
(add-hook 'inf-ruby-mode-hook 'ac-inf-ruby-enable)
|
||||
(evil-set-initial-state 'inf-ruby-mode 'insert)
|
||||
|
||||
(setq ruby-indent-level 4)
|
||||
(setq ruby-deep-indent-paren nil)
|
||||
|
||||
(require 'ruby-mode-indent-fix)
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue