From 6310e3a7b55071ec3d294906710902c835dd4c3d Mon Sep 17 00:00:00 2001 From: Mitchell Tishmack Date: Wed, 14 Oct 2020 08:25:11 -0500 Subject: [PATCH] Move ) to save some lines, lines are a rare commodity vertically, save the trees/lines --- emacs.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.org b/emacs.org index 90c27b0..678e7d9 100644 --- a/emacs.org +++ b/emacs.org @@ -619,8 +619,7 @@ oomph with all the crap it did. (if (eq (point) (region-beginning)) (format "%%l … %d" (line-number-at-pos (region-end))) (format "%d … %%l" (line-number-at-pos (region-beginning)))) - ":%l")))) - ) + ":%l"))))) #+END_SRC *** yasnippet