* moved switch-window and iy-go-to-char to package.el installs

* changed 'custom-clone-git and 'custom-download-script to place things in special folders
* added those folders and some other things to .gitignore
* changed binding for iy-go-to-char to C-c f
This commit is contained in:
Vincent Ambo 2013-08-06 23:46:26 +02:00
parent 52d2182fa2
commit 43a99dea3a
4 changed files with 16 additions and 21 deletions

13
init.el
View file

@ -23,17 +23,20 @@
hi2
idle-highlight-mode
ido-ubiquitous
iy-go-to-char
leuven-theme
magit
magit
markdown-mode
multiple-cursors
nrepl
nyan-mode
paredit
projectile
rainbow-delimiters
rainbow-mode
smex
switch-window
undo-tree
geiser
quack)
@ -51,16 +54,6 @@
(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")
(custom-download-script "https://raw.github.com/doitian/iy-go-to-char/master/iy-go-to-char.el"
"goto-char.el")
;; NYAN CAT!
(custom-clone-git "https://github.com/TeMPOraL/nyan-mode" "nyan-mode")
(load "~/.emacs.d/nyan-mode/nyan-mode.el")
(load "~/.emacs.d/init-settings.el")
(load "~/.emacs.d/init-modes.el")