Explicitly install the ace-jump-mode package

It was already installed as a dependency, but now I even add key bindings.
This commit is contained in:
Gergely Polonkai 2018-07-30 22:18:03 +02:00
parent 156fefb113
commit dddd552945
1 changed files with 9 additions and 0 deletions

View File

@ -1918,6 +1918,15 @@ This will be replaced with something self-hosted, eventually.
(global-wakatime-mode t))
#+END_SRC
** Jump to character, word, line
#+BEGIN_SRC emacs-lisp
(use-package ace-jump-mode
:bind
(:map gpolonkai/pers-map
("SPC" . ace-jump-mode)))
#+END_SRC
* Make programming a bit easier
** Electric case