Fix
This commit is contained in:
parent
2c025fb09f
commit
c59eb1ceb8
1 changed files with 2 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
;; Do not indent inside the parenthasis
|
;; Do not indent inside the parenthasis
|
||||||
(setq ruby-deep-indent-paren nil)
|
(setq ruby-deep-indent-paren nil)
|
||||||
|
|
||||||
;; Do not insert encoding comments ;;
|
;; Do not insert encoding comments
|
||||||
(setq ruby-insert-encoding-magic-comment nil)
|
(setq ruby-insert-encoding-magic-comment nil)
|
||||||
|
|
||||||
;; Use robe
|
;; Use robe
|
||||||
|
|
@ -32,8 +32,7 @@
|
||||||
|
|
||||||
;; User rspec-mode
|
;; User rspec-mode
|
||||||
(add-hook 'ruby-mode-hook 'rspec-mode)
|
(add-hook 'ruby-mode-hook 'rspec-mode)
|
||||||
(eval-after-load 'rspec-mode
|
(eval-after-load 'rspec-mode '(rspec-install-snippets))
|
||||||
'(rspec-install-snippets))
|
|
||||||
|
|
||||||
;; Use web-mode for erb
|
;; Use web-mode for erb
|
||||||
(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode)))
|
(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue