Skip to content

Commit

Permalink
fix: still display sideline even after reverting the buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jun 26, 2024
1 parent 193b310 commit 0515c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/init-check.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
(sideline-flymake-error ((t (:height 0.85 :italic t))))
(sideline-flymake-warning ((t (:height 0.85 :italic t))))
(sideline-flymake-success ((t (:height 0.85 :italic t))))
:hook (flymake-mode . sideline-mode)
:hook ((flymake-mode . sideline-mode)
(before-revert . sideline--disable))
:init (setq sideline-flymake-display-mode 'point
sideline-backends-right '(sideline-flymake)))

Expand Down

0 comments on commit 0515c9a

Please sign in to comment.