Emacs: Exclude doc directory from dimmer repo.

This commit is contained in:
tastytea 2020-03-28 12:43:53 +01:00
parent 2aedb44d19
commit beb126d0e1
1 changed files with 2 additions and 2 deletions

View File

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