Removed some junk
This commit is contained in:
parent
b7630b2afa
commit
e0b42f38f5
3 changed files with 1 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ log
|
|||
*.log
|
||||
*.elc
|
||||
auto-save-list
|
||||
xhtml-loader.rnc
|
||||
|
|
11
emacs
11
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))
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
include "../../../../../../usr/local/share/emacs/24.0.50/etc/schema/xhtml.rnc"
|
Loading…
Reference in a new issue