Emacs: Set volatile-highlights after display-line-numbers is loaded.
This commit is contained in:
parent
abc0511112
commit
fa9cee2203
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user