Add ace-jump-mode to the default package set.

This commit is contained in:
Bozhidar Batsov 2013-01-13 15:06:57 +02:00
parent 5344ac6109
commit 104c84e905
2 changed files with 8 additions and 5 deletions

View file

@ -99,6 +99,9 @@
[remap exchange-point-and-mark]
'prelude-exchange-point-and-mark)
(global-set-key (kbd "C-c SPC") 'ace-jump-mode)
(global-set-key (kbd "C-x SPC") 'ace-jump-mode-pop-mark)
(provide 'prelude-global-keybindings)
;;; prelude-global-keybindings.el ends here

View file

@ -43,9 +43,9 @@
(setq url-http-attempt-keepalives nil)
(defvar prelude-packages
'(ack-and-a-half elisp-slime-nav exec-path-from-shell expand-region
flycheck gist
guru-mode helm helm-projectile magit magithub melpa
'(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell
expand-region flycheck gist guru-mode helm helm-projectile
magit magithub melpa
rainbow-mode solarized-theme volatile-highlights yasnippet
zenburn-theme)
"A list of packages to ensure are installed at launch.")