Skip to content

Commit

Permalink
Whoa; don't assume .cgi is perl.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 11, 2009
1 parent 6bd646b commit a4bd054
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions starter-kit-perl.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@

(global-set-key (kbd "C-h P") 'perldoc)

(add-to-list 'auto-mode-alist '("\\.(?:cgi|p[lm])$" . cperl-mode))
(add-to-list 'auto-mode-alist '("\\.p[lm]$" . cperl-mode))
(add-to-list 'auto-mode-alist '("\\.pod$" . pod-mode))
(add-to-list 'auto-mode-alist '("\\.tt$" . tt-mode))

;; We never want to edit Rubinius bytecode
(add-to-list 'completion-ignored-extensions ".rbc")

;; TODO: flymake
;; TODO: electric bugaloo

Expand Down

0 comments on commit a4bd054

Please sign in to comment.