mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
I change my mind: no transparency
This commit is contained in:
@ -221,8 +221,6 @@
|
||||
;; slightly larger default frame size on startup
|
||||
(push '(width . 120) default-frame-alist)
|
||||
(push '(height . 40) default-frame-alist)
|
||||
;; Slightly transparent frame
|
||||
(push '(alpha . 98) default-frame-alist)
|
||||
;; no fringe in the minibuffer
|
||||
(add-hook! (emacs-startup minibuffer-setup)
|
||||
(set-window-fringes (minibuffer-window) 0 0 nil))
|
||||
|
Reference in New Issue
Block a user