targets/avy-init.el: Update

This commit is contained in:
Oleh Krehel 2015-05-11 14:38:46 +02:00
parent 60dd24ba79
commit dfbf0e21a6

View File

@ -20,7 +20,7 @@
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
(add-to-list 'load-path default-directory) (add-to-list 'load-path default-directory)
(mapc #'byte-compile-file '("avy.el" "avy-jump.el")) (mapc #'byte-compile-file '("avy.el"))
(require 'avy-jump) (require 'avy)
(global-set-key (kbd "C-c j") 'avy-goto-char) (global-set-key (kbd "C-c j") 'avy-goto-char)
(global-set-key (kbd "C-'") 'avy-goto-char-2) (global-set-key (kbd "C-'") 'avy-goto-char-2)