From e54d7392bfafa51e657f92ee1a1feb68f7f2b123 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Sun, 9 Nov 2014 10:02:03 -0700 Subject: Add 1 to the end of region for single line directives. This will force the layout to show across the entire buffer. --- lisp/ledger-navigate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ledger-navigate.el') diff --git a/lisp/ledger-navigate.el b/lisp/ledger-navigate.el index 5bc18373..97a545b3 100644 --- a/lisp/ledger-navigate.el +++ b/lisp/ledger-navigate.el @@ -98,7 +98,7 @@ Requires empty line separating xacts." (let ((begin (progn (beginning-of-line) (point))) (end (progn (end-of-line) - (point)))) + (+ 1 (point))))) ;; handle block comments here (beginning-of-line) (if (looking-at " *;") -- cgit v1.2.3