mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
targets/avy-init.el: Update
This commit is contained in:
parent
60dd24ba79
commit
dfbf0e21a6
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user