Skip to content

Commit

Permalink
Fix for goto-line
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Aug 21, 2023
1 parent 9414640 commit 46e9fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/teppoudo-editing.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
(interactive)
(unwind-protect
(progn
(linum-mode 1)
(display-line-numbers-mode 1)
(goto-line (read-number "Goto line: ")))
(linum-mode -1)))
(display-line-numbers-mode -1)))

(defun smarter-move-beginning-of-line (arg)
"Move point back to indentation of beginning of line.
Expand Down

0 comments on commit 46e9fec

Please sign in to comment.