Remove rake-mode

This commit is contained in:
Henrik Lissner 2014-09-29 15:07:28 -04:00
parent 329509e72f
commit b4c965eaae
2 changed files with 7 additions and 102 deletions

View file

@ -57,10 +57,10 @@
(setq ruby-deep-indent-paren t)
(add-hook 'ruby-mode-hook 'enable-tab-width-2)))
(add-hook! 'find-file-hook
(let ((rake-path
(f--traverse-upwards (f--exists? "Rakefile" it))))
(when rake-path
(use-package rake-mode)
(rake-mode t)
(rake-mode/visit-rakefile (expand-file-name "Rakefile" rake-path) t))))
;; (add-hook! 'find-file-hook
;; (let ((rake-path
;; (f--traverse-upwards (f--exists? "Rakefile" it))))
;; (when rake-path
;; (use-package rake-mode)
;; (rake-mode t)
;; (rake-mode/visit-rakefile (expand-file-name "Rakefile" rake-path) t))))