diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-08-06T21·46+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-08-06T21·46+0200 |
commit | 43a99dea3aa6651b1b060ace714bddc1e10925ea (patch) | |
tree | d4958f5a21416cc223cf08ab5bdee48e74b97c01 /init.el | |
parent | 52d2182fa212a3d28e54e76afa0d9a5176d2f459 (diff) |
* 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
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/init.el b/init.el index 73f680546153..a85e4c4b49de 100644 --- a/init.el +++ b/init.el @@ -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") |