Emacs: Diminish volatile-highlights-mode.

This commit is contained in:
tastytea 2020-05-02 22:53:57 +02:00
parent d52aa608a1
commit db1ca14850

View File

@ -1,6 +1,6 @@
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-02T17:01:19+0200>
;; Time-stamp: <2020-05-02T22:53:46+0200>
;;; Commentary:
;; * Setup scratch buffer.
@ -98,6 +98,7 @@
;; Visual feedback on some operations by highlighting region.
(use-package volatile-highlights
:diminish volatile-highlights-mode
:config (progn
(set-face-background 'vhl/default-face
(face-foreground 'line-number))