Emacs: Set volatile-highlights after display-line-numbers is loaded.

This commit is contained in:
tastytea 2020-05-03 04:27:01 +02:00
parent abc0511112
commit fa9cee2203
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-03T02:55:21+0200>
;; Time-stamp: <2020-05-03T04:25:47+0200>
;;; Commentary:
;; * Setup scratch buffer.
@ -99,7 +99,7 @@
;; Visual feedback on some operations by highlighting region.
(use-package volatile-highlights
:diminish volatile-highlights-mode
:after (doom-themes)
:after (doom-themes display-line-numbers)
:config (progn
(set-face-background 'vhl/default-face
(face-foreground 'line-number))