about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.el b/init.el
index d1bd702da8..9358bb6c01 100644
--- a/init.el
+++ b/init.el
@@ -6,7 +6,7 @@
 
 ;; ... and melpa. Melpa packages that exist on marmalade will have
 ;; precendence.
-; (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
+(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
 
 ;; And load things!
 (package-refresh-contents)
@@ -14,7 +14,6 @@
 
 (defvar my-pkgs
   '(;; All packages
-    ac-cider-compliment
     ace-jump-mode
     ag
     browse-kill-ring
@@ -36,8 +35,6 @@
     markdown-mode+
     multiple-cursors
     multi-term
-    mvn
-    nyan-mode
     paredit
     password-store
     pkgbuild-mode
@@ -85,6 +82,9 @@
 (setq custom-file (concat user-emacs-directory "init/custom.el"))
 (load custom-file)
 
+;; Local configuration
+(load-file-if-exists "~/.emacs.d/init/local.el")
+
 ;; Load magnars' string manipulation library
 (require 's)
 
@@ -92,5 +92,5 @@
 (random t)
 
 ;; SML should respect theme colours
-;; (setq sml/theme 'black)
+;; (setq sml/theme 'powerline)
 (sml/setup)