From c1937397f3cc123ab117635b1e0a4859a748e056 Mon Sep 17 00:00:00 2001 From: Steven vanZyl Date: Sat, 16 May 2020 18:31:24 -0400 Subject: [PATCH] Remove custom faces from module Removed the custom faces from the module in favor of setting them in doom-themes itself https://github.com/hlissner/emacs-doom-themes/pull/467 --- modules/ui/minimap/config.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/ui/minimap/config.el b/modules/ui/minimap/config.el index e9db7321f..9b4b009ee 100644 --- a/modules/ui/minimap/config.el +++ b/modules/ui/minimap/config.el @@ -6,9 +6,4 @@ (setq minimap-window-location 'right minimap-update-delay 0 minimap-width-fraction 0.09 - minimap-minimum-width 15) - (custom-set-faces! - `(minimap-current-line-face - :background ,(doom-color 'selection)) - `(minimap-active-region-background - :background ,(doom-color 'vertical-bar)))) + minimap-minimum-width 15))