Emacs: Remove workaround to not hide fringes.

Fixed via <https://github.com/hlissner/emacs-doom-themes/pull/454>.
This commit is contained in:
tastytea 2020-05-07 13:32:39 +02:00
parent 948676f225
commit 28ca2af71f
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-03T03:17:10+0200>
;; Time-stamp: <2020-05-07T13:31:43+0200>
;;; Commentary:
@ -66,8 +66,6 @@
;; Set colors for scroll bar.
(set-face-background 'scroll-bar (face-background 'default))
(set-face-foreground 'scroll-bar (face-foreground 'shadow))
(defun doom-themes-hide-fringes ()
"Deactivated.")
;; Write a minimal theme to file, to load it in early-init.el.
(unless (string= (face-background 'default) "unspecified-bg")