mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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
This commit is contained in:
@ -6,9 +6,4 @@
|
|||||||
(setq minimap-window-location 'right
|
(setq minimap-window-location 'right
|
||||||
minimap-update-delay 0
|
minimap-update-delay 0
|
||||||
minimap-width-fraction 0.09
|
minimap-width-fraction 0.09
|
||||||
minimap-minimum-width 15)
|
minimap-minimum-width 15))
|
||||||
(custom-set-faces!
|
|
||||||
`(minimap-current-line-face
|
|
||||||
:background ,(doom-color 'selection))
|
|
||||||
`(minimap-active-region-background
|
|
||||||
:background ,(doom-color 'vertical-bar))))
|
|
||||||
|
Reference in New Issue
Block a user