Skip to content

Commit

Permalink
fix: Ensure clear overlay always come first
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 2, 2024
1 parent bb0c45f commit 2a9854a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
(setq-local sideline--overlays (make-hash-table)))
(setq sideline--ex-bound-or-point t ; render immediately
sideline--text-scale-mode-amount text-scale-mode-amount)
(add-hook 'post-command-hook #'sideline--post-command nil t))
(add-hook 'post-command-hook #'sideline--post-command -90 t))

(defun sideline--disable ()
"Disable `sideline' in current buffer."
Expand Down

0 comments on commit 2a9854a

Please sign in to comment.