Emacs: :exclude works only for build dirs.
This commit is contained in:
parent
db01e7d692
commit
d22323c006
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user