diff --git a/init.d/basics/buffers.el b/init.d/basics/buffers.el index 4f16e7a..b654a09 100644 --- a/init.d/basics/buffers.el +++ b/init.d/basics/buffers.el @@ -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-" . purpose-toggle-window-buffer-dedicated) ("M-" . 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