diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-14T23·06+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-14T23·06+0200 |
commit | 23806edd3ef23f18d68923e13d5bc9d1a36b3ad4 (patch) | |
tree | 91d41370b6782ae2a53e92f72f59521d8c085ee1 /emacs.d/init.el | |
parent | a5f4b2f479f12eacb4a7e2b52d2c7866cb58bb9c (diff) |
emacs: Some bindings and word jumping
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r-- | emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index a80eb8133920..827eb859b24c 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -48,6 +48,9 @@ (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") |