-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvendor.el
25 lines (20 loc) · 1.04 KB
/
vendor.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(require 'rails-autoload)
(require 'git-commit)
(require 'rvm)
(require 'mix-format)
;; (require 'rspec-mode)
;; (autoload 'multi-term "multi-term" nil t)
;; (autoload 'multi-term-next "multi-term" nil t)
(autoload 'coffee-mode "vendor/coffee-mode" "Major mode for coffee files" t)
(autoload 'ebib "vendor/ebib" "Ebib, a BibTeX database manager." t)
(autoload 'espresso-mode "vendor/espresso" nil t)
(autoload 'git-status "vendor/git" "Entry point into git-status mode." t)
(autoload 'git-blame-mode "vendor/git-blame" "Minor mode for incremental blame for Git." t)
(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode" t)
(autoload 'ruby-electric-mode "vendor/ruby-electric" nil t)
;;(autoload 'ruby-mode "vendor/ruby-mode" "Major mode for ruby files" t)
(autoload 'run-ruby "vendor/inf-ruby" "Run an inferior Ruby process" t)
(autoload 'yaml-mode "vendor/yaml-mode" nil t)
(autoload 'whitespace-mode "vendor/whitespace" nil t)
(autoload 'flymake-jshint "vendor/flymake-jshint" nil t)
(autoload 'toggle-style "vendor/toggle" nil t)