mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactors + bugfixes
This commit is contained in:
@ -50,9 +50,9 @@
|
||||
"Face to hightlight `hideshow' overlays."
|
||||
:group 'doom)
|
||||
|
||||
(nconc default-frame-alist
|
||||
`((background-color . ,(face-background 'default))
|
||||
(foreground-color . ,(face-foreground 'default))))
|
||||
;; Dark frames by default
|
||||
(push (cons 'background-color (face-background 'default)) default-frame-alist)
|
||||
(push (cons 'foreground-color (face-foreground 'default)) default-frame-alist)
|
||||
|
||||
;; brighter source buffers
|
||||
(defun +doom|buffer-mode-on ()
|
||||
|
Reference in New Issue
Block a user