We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d35e6 commit 61a4bc4Copy full SHA for 61a4bc4
README.md
@@ -23,9 +23,9 @@ Call it from `minibuffer` directly,
23
```
24
M-x goto-line-preview
25
26
-Or you can just bind to any key you want.
+Or you can bind it globally to replace `goto-line`:
27
```el
28
-(define-key global-map (kbd "M-g") #'goto-line-preview)
+(global-set-key [remap goto-line] 'goto-line-preview)
29
30
31
0 commit comments