summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index ce5bba5..ca284d1 100644
--- a/init.org
+++ b/init.org
@@ -635,7 +635,7 @@ I used to like Eshell a lot. Eshell is a shell implemented in Elisp. It is wel
(let* ((line (string-to-number (match-string 1 (pop args))))
(file (pop args)))
(find-file file)
- (goto-line line))
+ (forward-line (1- line)))
(find-file (pop args)))))
;; convenience functions to input the remote root/home dir when in a