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; -*- ;;; 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: ;;; Commentary:
;; * Setup scratch buffer. ;; * Setup scratch buffer.
@ -98,6 +98,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
:config (progn :config (progn
(set-face-background 'vhl/default-face (set-face-background 'vhl/default-face
(face-foreground 'line-number)) (face-foreground 'line-number))