Skip to content

Commit

Permalink
Remove refs to non-existent my-language-mode-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rdj committed Sep 29, 2011
1 parent 6392339 commit ddf1d7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rdj/rdj-prog.el
Expand Up @@ -94,7 +94,6 @@
'(add-to-list 'ffip-patterns "*.php"))

;; ruby
(add-hook 'ruby-mode-hook 'my-language-mode-hook)
(add-hook 'ruby-mode-hook (lambda () (defun ruby-mode-set-encoding () nil)))
(aput 'auto-mode-alist "\\.builder\\'" 'ruby-mode)
(aput 'auto-mode-alist "\\.rake\\'" 'ruby-mode)
Expand Down Expand Up @@ -134,7 +133,6 @@
;; YAML
(autoload 'yaml-mode "yaml-mode" nil t)
(aput 'auto-mode-alist "\\.ya?ml$" 'yaml-mode)
(add-hook 'yaml-mode-hook 'my-language-mode-hook)

;; XCode Configuration
(aput 'auto-mode-alist "\\.xcconfig\\'" 'conf-mode)
Expand Down

0 comments on commit ddf1d7e

Please sign in to comment.