Emacs: Remove dimmer.

It slowed things down, I don't really need it.
This commit is contained in:
tastytea 2020-05-02 17:01:30 +02:00
parent 9c0dda5bfa
commit d52aa608a1

View File

@ -1,6 +1,6 @@
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-02T16:59:05+0200>
;; Time-stamp: <2020-05-02T17:01:19+0200>
;;; Commentary:
;; * Setup scratch buffer.
@ -96,13 +96,6 @@
("C-<f2>" . purpose-toggle-window-buffer-dedicated)
("M-<f2>" . purpose-load-window-layout)))
;; Highlight which buffer is active by dimming the others.
(use-package dimmer
:config (progn
(dimmer-configure-which-key)
(dimmer-configure-magit)
(dimmer-mode t)))
;; Visual feedback on some operations by highlighting region.
(use-package volatile-highlights
:config (progn