Do not update Ruby tags on save, it's painfully slow
This commit is contained in:
parent
239e8fc9df
commit
389d95dd07
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@
|
||||||
(add-to-list (make-local-variable 'company-backends)
|
(add-to-list (make-local-variable 'company-backends)
|
||||||
'(company-etags company-yasnippet))
|
'(company-etags company-yasnippet))
|
||||||
|
|
||||||
;; Automatically update tags on save
|
|
||||||
(ctags/update-this-mode-on-save 'enh-ruby-mode)
|
|
||||||
|
|
||||||
;; Set specific ctags command
|
;; Set specific ctags command
|
||||||
(setq-local ctags/refresh-command
|
(setq-local ctags/refresh-command
|
||||||
(format "ctags -e -R --languages=ruby -f %sTAGS %s. $(bundle list --paths)"
|
(format "ctags -e -R --languages=ruby -f %sTAGS %s. $(bundle list --paths)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue