diff options
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -32,12 +32,12 @@ (eval-url "https://github.com/dimitri/el-get/raw/master/el-get-install.el")) (setq el-get-sources '( - (:name nxhtml - :type http - :url "http://ourcomments.org/Emacs/DL/elisp/nxhtml/zip/nxhtml-2.08-100425.zip" - :build ("unzip nxhtml-2.08-100425.zip") - :load "nxhtml/autostart.el") - )) + (:name nxhtml + :type http + :url "http://ourcomments.org/Emacs/DL/elisp/nxhtml/zip/nxhtml-2.08-100425.zip" + :build ("unzip nxhtml-2.08-100425.zip") + :load "nxhtml/autostart.el") + )) (setq my-el-get-packages '(el-get |