Refactor :lang auto-mode-alist entries

This commit is contained in:
Henrik Lissner 2018-05-07 18:18:07 +02:00
parent 23d887303d
commit 6b573bc66b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 14 additions and 13 deletions

View file

@ -15,8 +15,8 @@
:mode "\\.rb$"
:mode "\\.rake$"
:mode "\\.gemspec$"
:mode "\\.\\(pry\\|irb\\)rc$"
:mode "/\\(Gem\\|Cap\\|Vagrant\\|Rake\\|Pod\\|Puppet\\|Berks\\)file$"
:mode "\\.\\(?:pry\\|irb\\)rc$"
:mode "/\\(?:Gem\\|Cap\\|Vagrant\\|Rake\\|Pod\\|Puppet\\|Berks\\)file$"
:interpreter "ruby"
:config
(set! :company-backend 'ruby-mode '(company-dabbrev-code))