about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--init/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bindings.el b/init/bindings.el
index 0c9d07bd4241..5918e8f8fc30 100644
--- a/init/bindings.el
+++ b/init/bindings.el
@@ -37,7 +37,7 @@
 (global-set-key (kbd "C-c g") 'magit-status)
 
 ;; Replace standard goto-line with ace-jump-line-mode
-(global-set-key (kbd "M-g g") 'ace-jump-line-mode)
+(global-set-key (kbd "M-g g") 'avy-goto-line)
 (global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
 
 (global-set-key (kbd "C-c w") 'whitespace-cleanup)