Emacs: :exclude works only for build dirs.

This commit is contained in:
tastytea 2020-03-30 15:28:25 +02:00
parent db01e7d692
commit d22323c006
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-28T12:42:31+0100>
;; Time-stamp: <2020-03-30T15:28:08+0200>
;;; Commentary:
;; * Setup scratch buffer.
@ -99,7 +99,6 @@
;; Highlight which buffer is active by dimming the others.
(use-package dimmer
:straight (dimmer :files (:defaults (:exclude "doc/*")))
:config (progn
(dimmer-configure-which-key)
(dimmer-configure-magit)