about summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-07T23·39+0200
committerVincent Ambo <vincent@spotify.com>2013-07-07T23·39+0200
commit977f658cf7fbdcf4567a3e9296b7555a26f4ad9d (patch)
treebe1cf56997eda7370d43ad2785276f3096b6016f /emacs.d
parent7e66456fc0926101424e2d064284214464c1e673 (diff)
emacs: Fetch switch-window from Github
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 235cff1f4bb1..1def230fde4b 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -23,8 +23,8 @@
                   rainbow-delimiters
                   nrepl
                   clojure-mode
-                  ace-jump-mode
-                  switch-window)
+                  ace-jump-mode)
+
   "A list of packages to install at launch.")
 
 (dolist (p my-pkgs)
@@ -38,6 +38,10 @@
 (setq custom-file "~/.emacs.d/init-custom.el")
 (load custom-file)
 
+;; Other packages that need manual installation
+(custom-download-script "https://raw.github.com/dimitri/switch-window/master/switch-window.el"
+                        "switch-window.el")
+
 ;; IRC configuration (erc)
 ;; Actual servers and such are loaded from irc.el
 (load "~/.emacs.d/irc")