branch: externals/beardbolt commit d37f8a0ebf340390641a652b99c82582cfe35292 Author: Jay Kamat <jaygka...@gmail.com> Commit: Jay Kamat <jaygka...@gmail.com>
Remove reliance on hl-line-mode --- rmsbolt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmsbolt.el b/rmsbolt.el index f4cc254cf3..538bc7f73e 100644 --- a/rmsbolt.el +++ b/rmsbolt.el @@ -90,7 +90,7 @@ ;;;; Faces (defface rmsbolt-current-line-face - '((t (:weight bold :inherit hl-line))) + '((t (:weight bold :inherit highlight))) "Face to fontify the current line for showing matches." :group 'rmsbolt)