summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
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))