Removing old el-get files

This commit is contained in:
Seth Morabito 2013-12-06 12:36:15 -08:00
parent 15bf107bba
commit 2a0a5b88a7
13 changed files with 0 additions and 40 deletions

View File

@ -1 +0,0 @@
*.elc

View File

@ -1,5 +0,0 @@
;; CSS mode
(autoload 'css-mode "css-mode" nil t)
(add-hook 'css-mode-hook '(lambda ()
(setq css-indent-level 2)
(setq css-indent-offset 2)))

View File

@ -1,2 +0,0 @@
(autoload 'svn-status "dsvn" "Run `svn status'." t)
(require 'vc-svn)

View File

@ -1,3 +0,0 @@
;; HAML mode
(add-hook 'haml-mode-hook '(lambda ()
(setq indent-tabs-mode nil)))

View File

@ -1 +0,0 @@
;; inf-ruby

View File

@ -1,6 +0,0 @@
;; RHTML mode
(autoload 'rhtml-mode "rhtml-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.erb\\'" . rhtml-mode))
(add-to-list 'auto-mode-alist '("\\.rjs\\'" . rhtml-mode))
(add-hook 'rhtml-mode '(lambda ()
(define-key rhtml-mode-map (kbd "M-s") 'save-buffer)))

View File

@ -1 +0,0 @@
;; ruby-compilation

View File

@ -1,13 +0,0 @@
;; ruby-mode
(add-to-list 'auto-mode-alist '("Capfile" . ruby-mode))
(add-to-list 'auto-mode-alist '("Gemfile" . ruby-mode))
(add-to-list 'auto-mode-alist '("Rakefile" . ruby-mode))
(add-to-list 'auto-mode-alist '("\\.rake\\'" . ruby-mode))
(add-to-list 'auto-mode-alist '("\\.rb\\'" . ruby-mode))
(add-to-list 'auto-mode-alist '("\\.ru\\'" . ruby-mode))
(add-hook 'ruby-mode-hook '(lambda ()
(setq ruby-deep-arglist t)
(setq ruby-deep-indent-paren nil)
(setq c-tab-always-indent nil)
(require 'inf-ruby)
(require 'ruby-compilation)))

View File

@ -1 +0,0 @@
;; rvm

View File

@ -1,2 +0,0 @@
;; textmate
(textmate-mode)

View File

@ -1,4 +0,0 @@
;; YAML mode
(autoload 'yaml-mode "yaml-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))

View File

@ -1 +0,0 @@
(yas-global-mode 1)

0
snippets/.gitkeep Normal file
View File