Cleaned up some requires here and there

This commit is contained in:
Bozhidar Batsov 2013-03-12 21:56:21 +02:00
parent 5a14cdb486
commit 02b3f27e65
4 changed files with 20 additions and 16 deletions

View file

@ -32,6 +32,8 @@
;;; Code:
(require 'prelude-programming)
;; use cperl-mode instead of perl-mode
(defalias 'perl-mode 'cperl-mode)

View file

@ -32,6 +32,8 @@
;;; Code:
(require 'nxml-mode)
(push '("<\\?xml" . nxml-mode) magic-mode-alist)
;; pom files should be treated as xml files