From beb126d0e1cdc86123338c46f27b900d0ee4ebc9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 28 Mar 2020 12:43:53 +0100 Subject: [PATCH] Emacs: Exclude doc directory from dimmer repo. --- init.d/basics/buffers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/basics/buffers.el b/init.d/basics/buffers.el index 5e74f95..d88c350 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-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)