By analogy with C-c C-k (slime-compile-and-load-file) I thought it would be good to clear the slime-highlight-edits-face once the entire buffer has been evaluated via trident-eval-buffer. This commit (based on slime-highlight-edits-compile-hook) does this.
By analogy with
C-c C-k
(slime-compile-and-load-file
) I thought it would be good to clear theslime-highlight-edits-face
once the entire buffer has been evaluated viatrident-eval-buffer
. This commit (based onslime-highlight-edits-compile-hook
) does this.