emacs: Fetch switch-window from Github
This commit is contained in:
parent
7e66456fc0
commit
977f658cf7
1 changed files with 6 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue