From 48968239381de2f82c04dc86f9241c83e3487f40 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 27 Aug 2017 13:41:23 +0200 Subject: Emacs: Force-bind avy shortcuts --- emacs/.emacs.d/main.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index e45be85..7db83fa 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -2666,11 +2666,11 @@ ;; #+BEGIN_SRC emacs-lisp (use-package avy :defer 5 - :bind (("M-g g" . avy-goto-line) - ("M-g M-g" . avy-goto-line) - ("C-|" . avy-goto-line) - ("M-r" . avy-goto-word-1) - ("C-c SPC" . avy-goto-char-timer)) + :bind* (("M-g g" . avy-goto-line) + ("M-g M-g" . avy-goto-line) + ("C-|" . avy-goto-line) + ("M-r" . avy-goto-word-1) + ("C-c SPC" . avy-goto-char-timer)) :config (progn (avy-setup-default) (setq avy-all-windows nil -- cgit 1.4.1