Add ace-jump-mode to the default package set.
This commit is contained in:
parent
5344ac6109
commit
104c84e905
2 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -43,11 +43,11 @@
|
|||
(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
|
||||
rainbow-mode solarized-theme volatile-highlights yasnippet
|
||||
zenburn-theme)
|
||||
'(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.")
|
||||
|
||||
(defun prelude-packages-installed-p ()
|
||||
|
|
Loading…
Reference in a new issue