emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs 838833da41 414/472: Go to the beginning if score i


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 838833da41 414/472: Go to the beginning if score is not featured
Date: Thu, 6 Jan 2022 21:59:44 -0500 (EST)

branch: elpa/pacmacs
commit 838833da414a7478219a403b7a11fa3023d3f665
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Go to the beginning if score is not featured
    
    (#134)
---
 pacmacs.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pacmacs.el b/pacmacs.el
index 0af16cb3f9..698f1a5288 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -606,7 +606,8 @@
                          (height :height))
                 pacmacs--object-board
               (goto-line (+ height pacmacs--score-table-render-offset (1+ 
new-score-position)))))
-        (pacmacs--render-score-table score-table))
+        (pacmacs--render-score-table score-table)
+        (goto-char (point-min)))
       (use-local-map widget-keymap)
       (widget-setup))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]