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]
|
[remap exchange-point-and-mark]
|
||||||
'prelude-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)
|
(provide 'prelude-global-keybindings)
|
||||||
|
|
||||||
;;; prelude-global-keybindings.el ends here
|
;;; prelude-global-keybindings.el ends here
|
||||||
|
|
|
@ -43,11 +43,11 @@
|
||||||
(setq url-http-attempt-keepalives nil)
|
(setq url-http-attempt-keepalives nil)
|
||||||
|
|
||||||
(defvar prelude-packages
|
(defvar prelude-packages
|
||||||
'(ack-and-a-half elisp-slime-nav exec-path-from-shell expand-region
|
'(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell
|
||||||
flycheck gist
|
expand-region flycheck gist guru-mode helm helm-projectile
|
||||||
guru-mode helm helm-projectile magit magithub melpa
|
magit magithub melpa
|
||||||
rainbow-mode solarized-theme volatile-highlights yasnippet
|
rainbow-mode solarized-theme volatile-highlights yasnippet
|
||||||
zenburn-theme)
|
zenburn-theme)
|
||||||
"A list of packages to ensure are installed at launch.")
|
"A list of packages to ensure are installed at launch.")
|
||||||
|
|
||||||
(defun prelude-packages-installed-p ()
|
(defun prelude-packages-installed-p ()
|
||||||
|
|
Loading…
Reference in a new issue