summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index a9cc12f..668926c 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -7,8 +7,6 @@
(cask-initialize))
(eval-when-compile
- (package-initialize)
-
(require 'cl)
(require 'dash)
(require 'esh-io)
@@ -1139,10 +1137,6 @@ If no direction is given, don't split."
:username "ryuslash"))))
(stante-after package
- (setq package-archives
- '(("melpa" . "http://melpa.milkbox.net/packages/")
- ("marmalade" . "http://marmalade-repo.org/packages/")
- ("gnu" . "http://elpa.gnu.org/packages/")))
(setq package-load-list '((dispass "1.1.2.2")
all)))