Skip to content

Commit

Permalink
Added po-mode recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jone authored and dimitri committed Feb 17, 2011
1 parent 6bf328d commit 2c25a75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/po-mode.el
@@ -0,0 +1,7 @@
(:name po-mode
:type http
:url "http://cvs.savannah.gnu.org/viewvc/*checkout*/gettext/gettext/gettext-tools/misc/po-mode.el"
:features po-mode
:after (lambda ()
(add-to-list 'auto-mode-alist '("\\.po$" . po-mode))
(add-to-list 'auto-mode-alist '("\\.pot$" . po-mode))))

0 comments on commit 2c25a75

Please sign in to comment.