From 61976703e70731f8d5a83b5cf9a33b32e00e1fc1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2015 13:16:22 +0200 Subject: Move po-mode settings to init.org --- emacs/.emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 6823391..3a03441 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -30,7 +30,6 @@ ;;;; Autoloads -(autoload 'po-mode "po-mode" nil t) (autoload 'pony-mode "pony-mode" nil t) (autoload 'sawfish-mode "sawfish" nil t) (autoload 'tagedit-mode "tagedit" nil t) @@ -1100,7 +1099,6 @@ from myaethon2.core.decorators import ( ("\\.js\\(on\\)?$" . js2-mode) ("\\.m\\(ark\\)?d\\(?:o?wn\\)?$" . markdown-mode) ("\\.php[345]?$" . php-mode) - ("\\.po\\'\\|\\.po\\." . po-mode) ("\\.tm?pl$" . html-mode) ("^\\.Xmodmap$" . xmodmap-mode) ("^Cask$" . emacs-lisp-mode)) -- cgit v1.2.3-54-g00ecf