Remove rake-mode
This commit is contained in:
parent
329509e72f
commit
b4c965eaae
2 changed files with 7 additions and 102 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue