summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--emacs11
-rw-r--r--emacs.d/nxhtml/etc/schema/xhtml-loader.rnc1
3 files changed, 1 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index b440314..376ba7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ log
*.log
*.elc
auto-save-list
+xhtml-loader.rnc
diff --git a/emacs b/emacs
index 80125be..6a69a0a 100644
--- a/emacs
+++ b/emacs
@@ -25,14 +25,3 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
-
-
-;;; This was installed by package-install.el.
-;;; This provides support for the package system and
-;;; interfacing with ELPA, the package archive.
-;;; Move this code earlier if you want to reference
-;;; packages in your .emacs.
-(when
- (load
- (expand-file-name "~/.emacs.d/elpa/package.el"))
- (package-initialize))
diff --git a/emacs.d/nxhtml/etc/schema/xhtml-loader.rnc b/emacs.d/nxhtml/etc/schema/xhtml-loader.rnc
deleted file mode 100644
index a40f3cf..0000000
--- a/emacs.d/nxhtml/etc/schema/xhtml-loader.rnc
+++ /dev/null
@@ -1 +0,0 @@
-include "../../../../../../usr/local/share/emacs/24.0.50/etc/schema/xhtml.rnc"