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

View File

@ -1,6 +1,6 @@
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*- ;;; 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: ;;; Commentary:
;; * Setup scratch buffer. ;; * Setup scratch buffer.
@ -99,7 +99,7 @@
;; Visual feedback on some operations by highlighting region. ;; Visual feedback on some operations by highlighting region.
(use-package volatile-highlights (use-package volatile-highlights
:diminish volatile-highlights-mode :diminish volatile-highlights-mode
:after (doom-themes) :after (doom-themes display-line-numbers)
:config (progn :config (progn
(set-face-background 'vhl/default-face (set-face-background 'vhl/default-face
(face-foreground 'line-number)) (face-foreground 'line-number))