Skip to content

Commit

Permalink
narrow correctly in tower
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Nov 28, 2020
1 parent 40acd07 commit 049374f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eem-tower-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
(start (save-excursion (goto-char (point-min))
(point)))
(end (save-excursion (goto-char (point-min))
(forward-line tower-height)
(forward-line (1- tower-height))
(line-end-position))))
;; only show the region that can be interacted with, don't show
;; the name of the tower
Expand Down

0 comments on commit 049374f

Please sign in to comment.