-
-
Couldn't load subscription status.
- Fork 11
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hi,
first of all thanks for this great package. I installed it from MELPA like this:
(use-package goto-line-preview ; Preview line on `goto-line'
:ensure t
:bind ([remap goto-line] . goto-line-preview-goto-line))Since I don't have line numbers permanently enabled, would it be possible to display line numbers only on M-g g?
I did use to have something like this before:
(defun mu-goto-line-with-line-numbers ()
"Display line numbers temporarily when using `goto-line'."
(interactive)
(let ((display-line-numbers t))
(call-interactively #'goto-line)))But it doesn't work if I replace #'goto-line with #'goto-line-preview-goto-line.
waymondo
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed